50#ifndef CONFIG_ILI9341_GVDD 
   51#define CONFIG_ILI9341_GVDD             4800 
   62#ifndef CONFIG_ILI9341_VCOMH 
   63#define CONFIG_ILI9341_VCOMH            4250 
   74#ifndef CONFIG_ILI9341_VCOML 
   75#define CONFIG_ILI9341_VCOML            -2000 
   82#define ILI9341_ROTATION_VERT           LCD_MADCTL_MX        
   83#define ILI9341_ROTATION_VERT_FLIP      LCD_MADCTL_MY        
   84#define ILI9341_ROTATION_HORZ           LCD_MADCTL_MV        
   85#define ILI9341_ROTATION_HORZ_FLIP      LCD_MADCTL_MV | \ 
 
const lcd_driver_t lcd_ili9341_driver
LCD device operations table.
 
struct lcd_driver lcd_driver_t
LCD driver interface.
 
Device descriptor for a ili9341.
 
lcd_t dev
Pointer to the common lcd device.
 
Device descriptor for a lcd.