#include "xlcd.h" void gotoXLCD(unsigned char pos) { WriteCmdXLCD(0x80+pos); }