Private functions of the LC display interface driver. More...
Functions | |
void | drv_LcdInterface_SpiSend (uint8_t data) |
Sends data through the SPI interface to the LCD controller. More... | |
Private functions of the LC display interface driver.
This is the detailed description of private functions of the LC display interface driver.
void drv_LcdInterface_SpiSend | ( | uint8_t | data | ) |
Sends data through the SPI interface to the LCD controller.
This function sends one byte via the initialized SPI interface to the LCD controller.
Definition at line 128 of file drv_lcd_interface.c.