Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 773 Bytes

LCDi2c_PCF2119x

Arduino library to manage based on LCD PCF2119x contoller.

LCD LiquidCrystall_I2C API compliant. LCD API 1.0 4-3-2009 by dale@wentztech.com compliant

LCD tested

  • BT21605

Workflow

I don't like Arduino IDE. I love QtCreator, so this repo includes some project files to work with QtCreator and Makefiles to compiling examples inside QtCreator. To do this, you must install arduino-mk package on your development box. See http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile See https://github.com/sudar/Arduino-Makefile

You can always use the Arduino IDE if you want.

TODO

All funcionality of BT21605 implemented. It's posible other LCD have additional funcionality but I can't test it.