drivers: display: add stm32_ltdc driver
Add Kconfig for STM32 LTDC driver Add STM32 LTDC driver C source Update display drivers CMakeLists with the new driver Update display drivers Kconfig with the new driver Signed-off-by: Tomislav Milkovic <tomislav.milkovic95@gmail.com>
This commit is contained in:
parent
352a6bec9b
commit
9f0fa15bb7
4 changed files with 489 additions and 0 deletions
|
@ -16,6 +16,7 @@ zephyr_library_sources_ifdef(CONFIG_SSD1306 ssd1306.c)
|
|||
zephyr_library_sources_ifdef(CONFIG_SSD16XX ssd16xx.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_ST7789V display_st7789v.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_ST7735R display_st7735r.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_STM32_LTDC display_stm32_ltdc.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_MICROBIT_DISPLAY
|
||||
mb_display.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue