thermferm/lcd-pcf8574.h

changeset 223
14700edd2a67
parent 106
1bd9a16f5061
child 420
644a6106d712
equal deleted inserted replaced
222:6519fc50f543 223:14700edd2a67
16 #define AF_DB6 (AF_BASE + 6) 16 #define AF_DB6 (AF_BASE + 6)
17 #define AF_DB7 (AF_BASE + 7) 17 #define AF_DB7 (AF_BASE + 7)
18 18
19 void setBacklight (int); 19 void setBacklight (int);
20 int initLCD (int, int); 20 int initLCD (int, int);
21 void mb_lcdPutchar(const int, unsigned char);
22 void mb_lcdPuts(const int, const char *);
23 void mb_lcdClear(const int);
24 21
25 #endif 22 #endif
26 23
27 #endif 24 #endif

mercurial