5 Commits

Author SHA1 Message Date
ortegafernando
072347ee32 Now, createChar function can use PROGMEM charmap 2016-03-13 22:02:46 +01:00
ortegafernando
291335a765 Update LiquidCrystal_I2C.cpp 2016-03-13 22:01:48 +01:00
Cristian Maglie
143b5a1cb3 Fix incorrect Print.write() return value.
The write method must return the number of byte successfully written
(1 in this case).

This fixes the library with the latest AVR core that stops writing
on error:
25d81c98e4

Without this patch the LCD shows only the first charater of a string.
2015-11-13 12:59:12 +01:00
marcoschwartz
58667b65e5 initial commit 2015-08-20 07:59:32 +02:00
marcoschwartz
e1d40982d3 initial commit 2015-08-20 07:52:58 +02:00