liamgrazier lcd library 16x02
Fork of LGLCDv2 by
Diff: lglcd.h
- Revision:
- 1:9020af47a312
- Parent:
- 0:ef052de2d7d0
- Child:
- 2:d812a2a643bc
--- a/lglcd.h Fri Jan 05 14:13:07 2018 +0000 +++ b/lglcd.h Fri Jan 05 17:56:27 2018 +0000 @@ -24,6 +24,7 @@ lglcd(PinName rs, PinName e, PinName d4, PinName d5,PinName d6, PinName d7); void clear(void); void writedata(unsigned char info, unsigned char type); +void lglcd::setline(int row,int column); void write(char charq[]); int l; protected: