STM8L15x Standard Peripherals Drivers: LCD_Bias

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

element values correspond to the bits position More...

Defines

#define IS_LCD_BIAS(BIAS)

Enumerations

enum  LCD_Bias_TypeDef { LCD_Bias_1_4 = (uint8_t)0x10, LCD_Bias_1_3 = (uint8_t)0x00, LCD_Bias_1_2 = (uint8_t)0x01 }

Detailed Description

element values correspond to the bits position


Define Documentation

#define IS_LCD_BIAS (   BIAS)
Value:
(((BIAS) == LCD_Bias_1_4) || \
                           ((BIAS) == LCD_Bias_1_3) || \
                           ((BIAS) == LCD_Bias_1_2))

Definition at line 74 of file stm8l15x_lcd.h.

Referenced by LCD_Init().


Enumeration Type Documentation

Enumerator:
LCD_Bias_1_4 

1/4 bias

LCD_Bias_1_3 

1/3 bias

LCD_Bias_1_2 

1/2 bias

Definition at line 68 of file stm8l15x_lcd.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com