STM32L443xx HAL User Manual
|
Defines | |
#define | LCD_BLINKMODE_OFF (0x00000000U) |
#define | LCD_BLINKMODE_SEG0_COM0 (LCD_FCR_BLINK_0) |
#define | LCD_BLINKMODE_SEG0_ALLCOM (LCD_FCR_BLINK_1) |
#define | LCD_BLINKMODE_ALLSEG_ALLCOM (LCD_FCR_BLINK) |
#define LCD_BLINKMODE_ALLSEG_ALLCOM (LCD_FCR_BLINK) |
Blink enabled on all SEG and all COM (all pixels)
Definition at line 252 of file stm32l4xx_hal_lcd.h.
#define LCD_BLINKMODE_OFF (0x00000000U) |
Blink disabled
Definition at line 248 of file stm32l4xx_hal_lcd.h.
#define LCD_BLINKMODE_SEG0_ALLCOM (LCD_FCR_BLINK_1) |
Blink enabled on SEG[0], all COM (up to 8 pixels according to the programmed duty)
Definition at line 250 of file stm32l4xx_hal_lcd.h.
#define LCD_BLINKMODE_SEG0_COM0 (LCD_FCR_BLINK_0) |
Blink enabled on SEG[0], COM[0] (1 pixel)
Definition at line 249 of file stm32l4xx_hal_lcd.h.