-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
LCD RGB Element Order different between examples
LCD RGB Element Order
is different between examples. For example with LCD/RGB/RGB.ino and LVGL/v8/Porting/Porting.ino
LCD RGB example
- Defaut "LCD RGB Element Order" for LCD/RGB/RGB.ino is BGR.
* Draw color bar from top left to bottom right, the order is B - G - R |
LVGL v8 Porting example
- Defaut "LCD RGB Element Order" for Porting.ino is RGB.
ESP32_Display_Panel/examples/Panel/PanelTest/ESP_Panel_Board_Custom.h
Lines 187 to 191 in 293faff
* LCD RGB Element Order. Choose one of the following: | |
* - 0: RGB | |
* - 1: BGR | |
*/ | |
#define ESP_PANEL_LCD_BGR_ORDER (0) // 0/1 |
Is there a way to simplify by homogenizing? This would avoid errors for users.
Regards
Metadata
Metadata
Assignees
Labels
No labels