Enumerations

Enumerations

enum  lcd_pixel_mode_e {
  LCD_PIXEL_mode_16bit = 0,
  LCD_PIXEL_mode_24bit
}
 Lcd pixel mode. More...
 

Detailed Description

Enumeration Type Documentation

◆ lcd_pixel_mode_e

Lcd pixel mode.

Enumerator
LCD_PIXEL_mode_16bit 

The lcd pixel is 16bits

LCD_PIXEL_mode_24bit 

The lcd pixel is 24bits

Definition at line 89 of file graphics_dc_lcd_drv.h.