3 Commits

Author SHA1 Message Date
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