lib/lcd-pcf8574.c

changeset 41
f534ace74eea
parent 40
dafbbd5e9922
equal deleted inserted replaced
40:dafbbd5e9922 41:f534ace74eea
26 #include "../config.h" 26 #include "../config.h"
27 #include "mbselib.h" 27 #include "mbselib.h"
28 28
29 #ifdef HAVE_WIRINGPI_H 29 #ifdef HAVE_WIRINGPI_H
30 30
31 int lcdHandle; 31 int lcdHandle;
32 static unsigned char lcdbuf[MAX_LCDS][20][4]; 32 unsigned char lcdbuf[MAX_LCDS][20][4];
33 33
34 struct lcdDataStruct 34 struct lcdDataStruct
35 { 35 {
36 int bits, rows, cols ; 36 int bits, rows, cols ;
37 int rsPin, strbPin ; 37 int rsPin, strbPin ;

mercurial