LCD_IO_WriteData() is only used within STM32F4xx_Nucleo_144.
 
Symbols
loading...
Files
loading...

LCD_IO_WriteData() function

Writes data to select the LCD register. This function must be used after st7735_WriteReg() function

Syntax

void LCD_IO_WriteData(uint8_t Data);
Implemented in stm32f4xx_nucleo_144.c:588

Arguments

Data

data to write to the selected register.

References

LocationText
stm32f4xx_nucleo_144.c:588
void LCD_IO_WriteData(uint8_t Data)
stm32f4xx_nucleo_144.c:133
void LCD_IO_WriteData(uint8_t Data);

Call Tree

Functions called by LCD_IO_WriteData()
LCD_IO_WriteData()
all items filtered out
Data read by LCD_IO_WriteData()
LCD_IO_WriteData()