Currently render_string() truncates the text after n bytes, where n is
the number of characters from the start of the rendering position to the
right margin. Since the API already requires drivers to take care of
proper truncating, this is not necessary.
Signed-off-by: Harald Geyer <harald@ccbib.org>
* It's rather odd to get credits for .gitignore patterns but not for
the driver I wrote so change that ... ;)
* Also make the credits for minor stuff more generic so that I don't
have to update that file for every one line patch.
* Finally add the new driver to the change log
This adds minimal support for the display - including a 14 segment font.
(Looks like this is the first 14 segment display to be supported by
lcdproc.)
Tested on linux.
Signed-off-by: Harald Geyer <harald@ccbib.org>
* Move OS specific code to new files i2c.h and i2c.c
* As side effect a likely bug (linux only code) in the existing driver
has been fixed.
Compile tested on Debian/i386 and OpenWRT/arm.
Signed-off-by: Harald Geyer <harald@ccbib.org>