STM8L15x Standard Peripherals Drivers
|
LCD RAM memory write functions. More...
Functions | |
void | LCD_PageSelect (LCD_PageSelection_TypeDef LCD_PageSelection) |
Select the LCD page where the data will be written. | |
void | LCD_WriteRAM (LCD_RAMRegister_TypeDef LCD_RAMRegister, uint8_t LCD_Data) |
Writes a word in the specific LCD RAM. |
Detailed Description
LCD RAM memory write functions.
=============================================================================== LCD RAM memory write functions ===============================================================================
Function Documentation
void LCD_PageSelect | ( | LCD_PageSelection_TypeDef | LCD_PageSelection | ) |
Select the LCD page where the data will be written.
Definition at line 486 of file stm8l15x_lcd.c.
References IS_LCD_PAGE_SELECT, LCD, and LCD_CR4_PAGECOM.
void LCD_WriteRAM | ( | LCD_RAMRegister_TypeDef | LCD_RAMRegister, |
uint8_t | LCD_Data | ||
) |
Writes a word in the specific LCD RAM.
Definition at line 468 of file stm8l15x_lcd.c.
References IS_LCD_RAM_REGISTER, and LCD.