lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
340 stars 287 forks source link

Feature/product build #204

Closed skip-dt closed 2 years ago

skip-dt commented 2 years ago

This change is needed to get lvgl to compile the esp32s3 processor used on the product board. Background: several drivers (which we don't use) won't compile unless CONFIG_LV_DISP_PIN_BUSY is defined.

skip-dt commented 2 years ago

Sorry, wrong rep