STM32L443xx HAL User Manual
|
Defines | |
#define | LCD_CONTRASTLEVEL_0 (0x00000000U) |
#define | LCD_CONTRASTLEVEL_1 (LCD_FCR_CC_0) |
#define | LCD_CONTRASTLEVEL_2 (LCD_FCR_CC_1) |
#define | LCD_CONTRASTLEVEL_3 (LCD_FCR_CC_1 | LCD_FCR_CC_0) |
#define | LCD_CONTRASTLEVEL_4 (LCD_FCR_CC_2) |
#define | LCD_CONTRASTLEVEL_5 (LCD_FCR_CC_2 | LCD_FCR_CC_0) |
#define | LCD_CONTRASTLEVEL_6 (LCD_FCR_CC_2 | LCD_FCR_CC_1) |
#define | LCD_CONTRASTLEVEL_7 (LCD_FCR_CC) |
#define LCD_CONTRASTLEVEL_0 (0x00000000U) |
Maximum Voltage = 2.60V
Definition at line 275 of file stm32l4xx_hal_lcd.h.
#define LCD_CONTRASTLEVEL_1 (LCD_FCR_CC_0) |
Maximum Voltage = 2.73V
Definition at line 276 of file stm32l4xx_hal_lcd.h.
#define LCD_CONTRASTLEVEL_2 (LCD_FCR_CC_1) |
Maximum Voltage = 2.86V
Definition at line 277 of file stm32l4xx_hal_lcd.h.
#define LCD_CONTRASTLEVEL_3 (LCD_FCR_CC_1 | LCD_FCR_CC_0) |
Maximum Voltage = 2.99V
Definition at line 278 of file stm32l4xx_hal_lcd.h.
#define LCD_CONTRASTLEVEL_4 (LCD_FCR_CC_2) |
Maximum Voltage = 3.12V
Definition at line 279 of file stm32l4xx_hal_lcd.h.
#define LCD_CONTRASTLEVEL_5 (LCD_FCR_CC_2 | LCD_FCR_CC_0) |
Maximum Voltage = 3.26V
Definition at line 280 of file stm32l4xx_hal_lcd.h.
#define LCD_CONTRASTLEVEL_6 (LCD_FCR_CC_2 | LCD_FCR_CC_1) |
Maximum Voltage = 3.40V
Definition at line 281 of file stm32l4xx_hal_lcd.h.
#define LCD_CONTRASTLEVEL_7 (LCD_FCR_CC) |
Maximum Voltage = 3.55V
Definition at line 282 of file stm32l4xx_hal_lcd.h.