feat(drivers): Renesas GLCDC display dirver

This commit is contained in:
Akos Becsey
2024-05-13 22:05:01 +02:00
committed by Gabor Kiss-Vamosi
parent 5ed3a064c1
commit 4d12d64e4e
13 changed files with 369 additions and 6 deletions

View File

@@ -967,6 +967,9 @@
#define LV_USE_GENERIC_MIPI (LV_USE_ST7735 | LV_USE_ST7789 | LV_USE_ST7796 | LV_USE_ILI9341)
/*Driver for Renesas GLCD*/
#define LV_USE_RENESAS_GLCDC 0
/* LVGL Windows backend */
#define LV_USE_WINDOWS 0