clcdCmd

void clcdCmd (u8 ccmd)

ccmd : 1 byte data

send ccmd data to CLCD.

 clcdCmd(0x1b);  // 0x1b send to CLCD
 clcdCmd(0x1a);  // 0x1a send to CLCD

go MOACON home