57 #ifdef MODULE_DISP_DEV 
   71 #ifndef CONFIG_ST7735_CUSTOM_CONFIG 
   72 #define CONFIG_ST7735_CUSTOM_CONFIG     0 
   82 #ifndef CONFIG_ST7735_AVDD 
   83 #define CONFIG_ST7735_AVDD             4900 
   93 #ifndef CONFIG_ST7735_GVDD 
   94 #define CONFIG_ST7735_GVDD             4600 
  104 #ifndef CONFIG_ST7735_GVCL 
  105 #define CONFIG_ST7735_GVCL             -4600 
  117 #ifndef CONFIG_ST7735_VCOM 
  118 #define CONFIG_ST7735_VCOM              -775 
  128 #ifndef CONFIG_ST7735_VGH 
  129 #define CONFIG_ST7735_VGH               14700 
  139 #ifndef CONFIG_ST7735_VGL 
  140 #define CONFIG_ST7735_VGL               -10000 
  149 #ifndef CONFIG_ST7789_CUSTOM_CONFIG 
  150 #define CONFIG_ST7789_CUSTOM_CONFIG     0 
  160 #ifndef CONFIG_ST7789_AVDD 
  161 #define CONFIG_ST7789_AVDD              6800 
  171 #ifndef CONFIG_ST7789_AVCL 
  172 #define CONFIG_ST7789_AVCL              -4800 
  190 #ifndef CONFIG_ST7789_VCOM 
  191 #define CONFIG_ST7789_VCOM              900 
  208 #ifndef CONFIG_ST7789_VCOM_OFFSET 
  209 #define CONFIG_ST7789_VCOM_OFFSET       0 
  225 #ifndef CONFIG_ST7789_VDV 
  226 #define CONFIG_ST7789_VDV               0 
  242 #ifndef CONFIG_ST7789_VRH 
  243 #define CONFIG_ST7789_VRH               4100 
  252 #ifndef CONFIG_ST7796_CUSTOM_CONFIG 
  253 #define CONFIG_ST7796_CUSTOM_CONFIG     0 
  263 #ifndef CONFIG_ST7796_AVDD 
  264 #define CONFIG_ST7796_AVDD              6600 
  274 #ifndef CONFIG_ST7796_AVCL 
  275 #define CONFIG_ST7796_AVCL              -4400 
  293 #ifndef CONFIG_ST7796_VCOM 
  294 #define CONFIG_ST7796_VCOM              1000 
  311 #ifndef CONFIG_ST7796_VCOM_OFFSET 
  312 #define CONFIG_ST7796_VCOM_OFFSET       0 
  328 #ifndef CONFIG_ST7796_VRH 
  329 #define CONFIG_ST7796_VRH               4100 
  364 #define ST77XX_ROTATION_VERT            0                    
  365 #define ST77XX_ROTATION_VERT_FLIP       LCD_MADCTL_MX | \ 
  367 #define ST77XX_ROTATION_HORZ            LCD_MADCTL_MV | \ 
  369 #define ST77XX_ROTATION_HORZ_FLIP       LCD_MADCTL_MV | \ 
  372 #define ST77XX_ROTATION_0               0                    
  373 #define ST77XX_ROTATION_90              LCD_MADCTL_MV | \ 
  375 #define ST77XX_ROTATION_180             LCD_MADCTL_MX | \ 
  377 #define ST77XX_ROTATION_270             LCD_MADCTL_MV | \ 
const lcd_driver_t lcd_st77xx_driver
LCD device operations table.
 
Device descriptor for a lcd.
 
Device descriptor for a ST77xx display.
 
lcd_t dev
Pointer to the common lcd device.