// SPI write byte
#define LCDSPI_WRITE(dat) while(0){}
// clear the D/C line
#define LCD_SPICMD() while(0){}
// set the D/C line
#define LCD_SPIDAT() while(0){}
// clear the RESET line
#define LCD_RSTL() while(0){}
// set the RESET line
#define LCD_RSTH() while(0){}