lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
305 stars 272 forks source link

Feature/product build #204

Closed skip-dt closed 1 year ago

skip-dt commented 1 year 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 1 year ago

Sorry, wrong rep