nuttx/boards/arm64/a64/pinephone
Lee Lup Yuen f9bd04ff19 arm64/pinephone: Add driver for Frame Buffer
This PR adds the Frame Buffer Driver for PINE64 PinePhone. With this driver, NuttX Apps will be able to use the standard Frame Buffer API to render graphics on PinePhone.

`boards/arm64/a64/pinephone/src/pinephone_bringup.c`: Render Test Pattern after calling `up_fbinitialize()` to start the Frame Buffer Driver

`boards/arm64/a64/pinephone/src/pinephone_display.c`: Add Frame Buffer Driver

`boards/arm64/a64/pinephone/src/pinephone_display.h`: Declare new function for rendering Test Pattern

`platforms/arm/a64/boards/pinephone/index.rst`: Add Frame Buffer as supported driver for PinePhone
2022-12-28 23:06:45 +08:00
..
configs arm64/pinephone: Add driver for LCD Panel (Xingbangda XBD599) 2022-12-27 11:44:17 +08:00
include arm64/a64: Add drivers for PIO and LEDs 2022-12-06 18:14:39 +08:00
scripts
src arm64/pinephone: Add driver for Frame Buffer 2022-12-28 23:06:45 +08:00
Kconfig arm64/pinephone: Add driver for LCD Panel (Xingbangda XBD599) 2022-12-27 11:44:17 +08:00