brewpanel/slcd.h

changeset 427
e8e548922e31
parent 412
f1a042a59b61
child 428
d64c4c1edd78
equal deleted inserted replaced
426:e54611453d29 427:e8e548922e31
13 void slcdPosition (int fd, int x, int y) ; 13 void slcdPosition (int fd, int x, int y) ;
14 void slcdCharDef (int fd, int index, unsigned char data [8]) ; 14 void slcdCharDef (int fd, int index, unsigned char data [8]) ;
15 void slcdPutchar (int fd, unsigned char data) ; 15 void slcdPutchar (int fd, unsigned char data) ;
16 void slcdPuts (int fd, const char *string) ; 16 void slcdPuts (int fd, const char *string) ;
17 void slcdPrintf (int fd, const char *message, ...) ; 17 void slcdPrintf (int fd, const char *message, ...) ;
18 void slcdBacklight (int fd, int bl);
18 19
19 int slcdInit (int fd, int x, int y, int w, int h, int cols, int rows) ; 20 int slcdInit (int fd, int x, int y, int w, int h, int cols, int rows) ;
20 21
21 22
22 #endif 23 #endif

mercurial