#include "biosdem.h" /* * Go to the specified position inside it */ void _IT_lcd_goto(unsigned char pos) { LCD_RS = 0; _IT_lcd_write(0x80+pos); }