mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
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
This commit is contained in:
@@ -157,6 +157,7 @@ Peripheral Support NOTES
|
||||
======================= ======= =====
|
||||
Backlight Yes
|
||||
Display Engine Yes
|
||||
Frame Buffer Yes
|
||||
LCD Controller (ST7703) Yes
|
||||
LCD Panel (XBD599) Yes
|
||||
MIPI D-PHY Yes
|
||||
|
||||
Reference in New Issue
Block a user