brewco/slcd.h

changeset 434
eb724767860d
child 443
6b80a37fdf8d
equal deleted inserted replaced
433:1421ece29197 434:eb724767860d
1 #ifndef _SLCD_H
2 #define _SLCD_H
3
4
5 void slcdDummy(int fd);
6 void slcdLEDs(int fd);
7 void slcdClear(int fd);
8 void slcdPosition(int fd, int x, int y);
9 void slcdPutchar(int fd, unsigned char c);
10 void slcdPuts(int fd, const char *string);
11 void slcdPrintf(int fd, const char *message, ...);
12 int slcdInit(int fd, int cols, int rows);
13
14
15 #endif

mercurial