STM32L486xx HAL User Manual
Defines
LCD Blink Mode
LCD Exported Constants

Defines

#define LCD_BLINKMODE_OFF   ((uint32_t)0x00000000)
#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 Documentation

#define LCD_BLINKMODE_ALLSEG_ALLCOM   (LCD_FCR_BLINK)

Blink enabled on all SEG and all COM (all pixels)

Definition at line 270 of file stm32l4xx_hal_lcd.h.

#define LCD_BLINKMODE_OFF   ((uint32_t)0x00000000)

Blink disabled

Definition at line 266 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 268 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 267 of file stm32l4xx_hal_lcd.h.