STM32L486xx HAL User Manual
Defines
LCD Voltage Source
LCD Exported Constants

Defines

#define LCD_VOLTAGESOURCE_INTERNAL   ((uint32_t)0x00000000)
#define LCD_VOLTAGESOURCE_EXTERNAL   LCD_CR_VSEL

Define Documentation

#define LCD_VOLTAGESOURCE_EXTERNAL   LCD_CR_VSEL

External voltage source for the LCD

Definition at line 218 of file stm32l4xx_hal_lcd.h.

#define LCD_VOLTAGESOURCE_INTERNAL   ((uint32_t)0x00000000)

Internal voltage source for the LCD

Definition at line 217 of file stm32l4xx_hal_lcd.h.