lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
339 stars 284 forks source link

ST7789: Make display offset runtime configurable #163

Closed C47D closed 2 years ago

C47D commented 2 years ago

St7789 based displays has several offset configurations, trying to handle all of the options in the flush callback will become harder. A runtime configuration will ease the handling of said offsets.

C47D commented 2 years ago

Closed with #164

tore-espressif commented 2 years ago

Offsets are now handled by LVGL see https://github.com/lvgl/lvgl/pull/2583 !