diff options
-rw-r--r-- | HISTORY | 8 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ GraphLCD base package Revision History -------------------------------------- +2010-11-02: version 0.1.7 +- added futuba MDM166A driver from andreas brachold: http://projects.vdr-developer.org/issues/351 +- fixed compiler warnings: http://projects.vdr-developer.org/issues/352 +- added new attribute 'valign' (vertical alignment) for text objects. +- text-object: fix to avoid stumbling scrolling +- text-object: added support for alternative text / alternative condition +- glcdskin: bugfixing and improvements + 2010-04-23: version 0.1.6_1 - added additional wiring for GU256x64-372 driver (thanks to mentox, http://www.vdr-portal.de/board/thread.php?postid=895721#post895721) @@ -65,7 +65,7 @@ Installation and Configuration: ------------------------------- 1. Unpack the tarball to an arbitrary directory. - tar xzf graphlcd-base-0.1.2.tgz + tar xzf graphlcd-base-0.1.7.tgz 2. Configure if you want FreeType2 support by commenting/uncommenting HAVE_FREETYPE2 in Make.config. |