58 #ifdef MODULE_DISP_DEV
72 #ifndef CONFIG_ST7735_CUSTOM_CONFIG
73 #define CONFIG_ST7735_CUSTOM_CONFIG 0
83 #ifndef CONFIG_ST7735_AVDD
84 #define CONFIG_ST7735_AVDD 4900
94 #ifndef CONFIG_ST7735_GVDD
95 #define CONFIG_ST7735_GVDD 4600
105 #ifndef CONFIG_ST7735_GVCL
106 #define CONFIG_ST7735_GVCL -4600
118 #ifndef CONFIG_ST7735_VCOM
119 #define CONFIG_ST7735_VCOM -775
129 #ifndef CONFIG_ST7735_VGH
130 #define CONFIG_ST7735_VGH 14700
140 #ifndef CONFIG_ST7735_VGL
141 #define CONFIG_ST7735_VGL -10000
150 #ifndef CONFIG_ST7789_CUSTOM_CONFIG
151 #define CONFIG_ST7789_CUSTOM_CONFIG 0
161 #ifndef CONFIG_ST7789_AVDD
162 #define CONFIG_ST7789_AVDD 6800
172 #ifndef CONFIG_ST7789_AVCL
173 #define CONFIG_ST7789_AVCL -4800
191 #ifndef CONFIG_ST7789_VCOM
192 #define CONFIG_ST7789_VCOM 900
209 #ifndef CONFIG_ST7789_VCOM_OFFSET
210 #define CONFIG_ST7789_VCOM_OFFSET 0
226 #ifndef CONFIG_ST7789_VDV
227 #define CONFIG_ST7789_VDV 0
243 #ifndef CONFIG_ST7789_VRH
244 #define CONFIG_ST7789_VRH 4100
253 #ifndef CONFIG_ST7796_CUSTOM_CONFIG
254 #define CONFIG_ST7796_CUSTOM_CONFIG 0
264 #ifndef CONFIG_ST7796_AVDD
265 #define CONFIG_ST7796_AVDD 6600
275 #ifndef CONFIG_ST7796_AVCL
276 #define CONFIG_ST7796_AVCL -4400
294 #ifndef CONFIG_ST7796_VCOM
295 #define CONFIG_ST7796_VCOM 1000
312 #ifndef CONFIG_ST7796_VCOM_OFFSET
313 #define CONFIG_ST7796_VCOM_OFFSET 0
329 #ifndef CONFIG_ST7796_VRH
330 #define CONFIG_ST7796_VRH 4100
365 #define ST77XX_ROTATION_VERT 0
366 #define ST77XX_ROTATION_VERT_FLIP LCD_MADCTL_MX | \
368 #define ST77XX_ROTATION_HORZ LCD_MADCTL_MV | \
370 #define ST77XX_ROTATION_HORZ_FLIP LCD_MADCTL_MV | \
373 #define ST77XX_ROTATION_0 0
374 #define ST77XX_ROTATION_90 LCD_MADCTL_MV | \
376 #define ST77XX_ROTATION_180 LCD_MADCTL_MX | \
378 #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.