thermferm/lcd-pcf8574.c

changeset 94
38ee038f4cec
parent 51
a03b6dac5398
child 106
1bd9a16f5061
equal deleted inserted replaced
93:b759f814469d 94:38ee038f4cec
26 #include "thermferm.h" 26 #include "thermferm.h"
27 27
28 #ifdef HAVE_WIRINGPI_H 28 #ifdef HAVE_WIRINGPI_H
29 29
30 int lcdHandle; 30 int lcdHandle;
31 unsigned char lcdbuf[MAX_LCDS][20][4]; 31 unsigned char lcdbuf[MAX_LCDS][21][4];
32 32
33 struct lcdDataStruct 33 struct lcdDataStruct
34 { 34 {
35 int bits, rows, cols ; 35 int bits, rows, cols ;
36 int rsPin, strbPin ; 36 int rsPin, strbPin ;

mercurial