#include "spilcd.h" void lcd_printChar(lcd_t* lcd, uint8 x, uint8 y, char c); void lcd_printText(lcd_t* lcd, uint8 x, uint8 y, char* text);