driver: ILI9340 LCD display driver
Minimal driver for ILI9340 LCD display driver including support for adafruit 2.2" LCD display (1480) Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
00bbbae41d
commit
ca16779d9e
17 changed files with 562 additions and 27 deletions
|
@ -2,3 +2,7 @@ zephyr_sources_ifdef(CONFIG_MICROBIT_DISPLAY
|
|||
mb_display.c
|
||||
mb_font.c
|
||||
)
|
||||
zephyr_sources_ifdef(CONFIG_ILI9340 display_ili9340.c)
|
||||
zephyr_sources_ifdef(CONFIG_ILI9340_LCD_ADAFRUIT_1480
|
||||
display_ili9340_adafruit_1480.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue