idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
color.hpp File Reference

LCD color types. More...

#include <esp_lcd_panel_io.h>

Go to the source code of this file.

Namespaces

namespace  idfxx
 
namespace  idfxx::lcd
 LCD driver classes.
 

Enumerations

enum class  idfxx::lcd::rgb_element_order : int {
  idfxx::lcd::rgb = LCD_RGB_ELEMENT_ORDER_RGB ,
  idfxx::lcd::bgr = LCD_RGB_ELEMENT_ORDER_BGR
}
 RGB element order for LCD panels. More...
 
enum class  idfxx::lcd::rgb_data_endian : int {
  idfxx::lcd::big = LCD_RGB_DATA_ENDIAN_BIG ,
  idfxx::lcd::little = LCD_RGB_DATA_ENDIAN_LITTLE
}
 RGB data endian for LCD panels. More...
 

Detailed Description

LCD color types.

Definition in file color.hpp.