You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run the i1c_oled example I get the following error when using LVGL v9.2.2
#error please disable LV_COLOR_DEPTH_1 for using monochromatic screen
And if I remove the LV_COLOR_DEPTH_1 config then the display uses 16-bit by default and doesn't work properly
Sketch
i1c_oled example
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Error setting LV_COLOR_DEPTH_1 when trying to use LVGL v9
Error setting LV_COLOR_DEPTH_1 when trying to use LVGL v9 (BSP-606)
Dec 30, 2024
Hello @abouatef, the LVGL port not support LV_COLOR_DEPTH_1 option with LVGL9. Instead of this, you can change color format to LV_COLOR_FORMAT_I1 here:
Board
ESP32 Wroom
Hardware Description
SSD1306
IDE Name
ESP-IDF extension for VSCode
Operating System
windows 11
Description
Hi,
Trying to run the i1c_oled example I get the following error when using LVGL v9.2.2
#error please disable LV_COLOR_DEPTH_1 for using monochromatic screen
And if I remove the LV_COLOR_DEPTH_1 config then the display uses 16-bit by default and doesn't work properly
Sketch
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
The text was updated successfully, but these errors were encountered: