drivers: display: add support for GD7965 display controller
Add support for GD7965 display controller. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
e31b6a6ca2
commit
c68ac431cc
6 changed files with 619 additions and 0 deletions
|
@ -9,6 +9,7 @@ zephyr_sources_ifdef(CONFIG_DUMMY_DISPLAY display_dummy.c)
|
|||
zephyr_sources_ifdef(CONFIG_FRAMEBUF_DISPLAY display_framebuf.c)
|
||||
zephyr_sources_ifdef(CONFIG_ILI9340 display_ili9340.c)
|
||||
zephyr_sources_ifdef(CONFIG_ST7789V display_st7789v.c)
|
||||
zephyr_sources_ifdef(CONFIG_GD7965 gd7965.c)
|
||||
|
||||
zephyr_sources_ifdef(CONFIG_MICROBIT_DISPLAY
|
||||
mb_display.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue