mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 12:07:04 +00:00
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>
9 lines
216 B
CMake
9 lines
216 B
CMake
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
|
|
)
|