ESP-IDF
+
0
/1 examples
SourceVu will show references to
lcd_rgb_element_order_t
from the following samples and libraries:
spi_lcd_touch sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
lcd_rgb_element_order_t
lcd_rgb_element_order_t enum
Syntax
Show:
Summary
Declaration
from
esp_lcd_types.h:38
enum
{
LCD_RGB_ELEMENT_ORDER_RGB
=
COLOR_RGB_ELEMENT_ORDER_RGB
,
LCD_RGB_ELEMENT_ORDER_BGR
=
COLOR_RGB_ELEMENT_ORDER_BGR
,
}
;
Values
Value
Declared as
Description
lcd_rgb_element_order_t::LCD_RGB_ELEMENT_ORDER_RGB
=
COLOR_RGB_ELEMENT_ORDER_RGB
RGB element order: RGB.
lcd_rgb_element_order_t::LCD_RGB_ELEMENT_ORDER_BGR
=
COLOR_RGB_ELEMENT_ORDER_BGR
RGB element order: BGR.
Examples
lcd_rgb_element_order_t
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out