extend lcd buffer size from 32 to 64

This commit is contained in:
Adrien Marquès 2018-12-11 13:08:17 +01:00
parent fb33a450e0
commit a4eef60636
1 changed files with 1 additions and 1 deletions

2
lcd.h
View File

@ -3,7 +3,7 @@
#include <LiquidCrystal_I2C.h>
#define BUFSIZE 32
#define BUFSIZE 64
class LCDWrapper : public LiquidCrystal_I2C{