lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

Drivers for ESP32 to be used with LVGL

Results 87 lvgl_esp32_drivers issues
Sort by recently updated
recently updated
newest added

Software reset doesn't seem to work when using the develop branch. To reproduce it you should enable software reset in the menuconfig and disable using hardware reset in the pin...

I have a [Waveshare 2.8inch Resistive Touch LCD, 320×240](https://www.waveshare.com/2.8inch-resistive-touch-lcd.htm) that seems to have swapped RED and BLUE. This PR adds a configuration option to set the BGR bit when initializing...

Seems the develop branch is not working now. Need any help to speed up coding? I can offer some help. Need to know what should I do next.

Current rotation support were introduced before LVGL supported it and they don't match up. We need to add rotation callbacks to the display drivers.

I would be thrilled if it would be possible to implement 90 and 270 degree rotations (i.e. Portrait mode) for the SSD1306 driver. I would love to use LVGL for...

enhancement

In my project, I use several devices that are controlled via `I2C`. The `i2cdev` component is used to resolve multithreading conflicts. I decided to implement `ssd1306` display support in my...

Compilation fails on this line, removing it fixes the issue. Is this a typo? https://github.com/lvgl/lvgl_esp32_drivers/blob/4afc03a9fa18600f508b0d8b593ddcb96376e004/lvgl_tft/EVE_commands.c#L337

I have added support for the ILI9225 display controller. Currently, only default portrait rotation is supported @ 176x220, but this is the only size of display I have seen this...

I got some compilation errors in lvgl_helpers.c First: #ifdef LV_LVGL_H_INCLUDE_SIMPLE #include "src/core/lv_refr.h" instead of #include "src/**lv_core**/lv_refr.h" #else #include "lvgl/src/core/lv_refr.h" instead of #include "lvgl/src/**lv_core**/lv_refr.h" #endif The I get as well this:...

The KConfig fails for ESP32-S3 devices as they are not supported. Any chance of including support for?