00001
00002
00003
00004
00017 #define LCDCODE
00018
00024 int __attribute__((far))LCD_Getpos(void);
00025
00032 char __attribute__((far))LCD_Setpos(char row, char column);
00033
00034
00041 char __attribute__((far))LCD_Home(char clear);
00042
00047 char __attribute__((far))LCD_Putchar(char chardata);
00048
00049
00054 char __attribute__((far))LCD_Putstr(char *strdata);
00055
00060 char __attribute__((far))LCD_Backlight(char back_en);
00061
00067 void __attribute__((far))LCD_SWLine_Mode(int lines);