Skip to content

LCD RGB Element Order different between examples #68

Closed
@lboue

Description

@lboue

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

* 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.

* 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions