feat(drivers): add STM32 LTDC support (#7059)

This commit is contained in:
Liam
2024-10-15 12:05:19 +02:00
committed by GitHub
parent 4a75a62fe2
commit 09d9c575b6
8 changed files with 483 additions and 0 deletions

View File

@@ -1157,6 +1157,13 @@
/** Driver for Renesas GLCD */
#define LV_USE_RENESAS_GLCDC 0
/** Driver for ST LTDC */
#define LV_USE_ST_LTDC 0
#if LV_USE_ST_LTDC
/* Only used for partial. */
#define LV_ST_LTDC_USE_DMA2D_FLUSH 0
#endif
/** LVGL Windows backend */
#define LV_USE_WINDOWS 0