moacon:clcdcmd:index
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
moacon/clcdcmd/index.txt · Last modified: by 127.0.0.1
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