summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2018-03-17 11:23:31 +0100
committerManuel Reimer <manuel.reimer@gmx.de>2018-03-17 11:23:31 +0100
commit57a396cc74df2538ec40fed26b36d01af8a9b132 (patch)
treef5e19b3cf8795a54d7b17ab838a0de0b35afad90
parent96d376f73b7654521ce0307752d79cbaa1286c92 (diff)
downloadgraphlcd-base-57a396cc74df2538ec40fed26b36d01af8a9b132.tar.gz
graphlcd-base-57a396cc74df2538ec40fed26b36d01af8a9b132.tar.bz2
Some documentation updates
-rw-r--r--HISTORY10
-rw-r--r--README6
2 files changed, 13 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 1055121..0d4251d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,16 @@
GraphLCD base package Revision History
--------------------------------------
+2018-03-02:
+- New driver "usbserlcd". With this driver it is possible to diy an USB LCD.
+ See also: https://github.com/M-Reimer/usbserlcd/
+
+2016-10-29:
+- branch "touchcol" merged back to "master"
+- Tag name is now always passed if "GetToken" is called.
+ This makes it possible to use graphlcd-base without bothering about token id's
+- "alphacool" and "sdcmegtron" are now predefined entries in graphlcd.conf
+
2011-05-01: branch touchcol, first commit
- glcddrivers changes / enhancements:
- support for colour bitmap data
diff --git a/README b/README
index 37d8b88..99b6d6c 100644
--- a/README
+++ b/README
@@ -26,9 +26,10 @@ based on the graphlcd plugin for the Video Disc Recorder
noritake800 driver by Lucian Muresan (lucianm AT users.sourceforge.net)
futaba dm140 driver by Stephan Skrodzki (skrodzki AT stevekist.de)
futaba md166 driver by Andreas Brachold <vdr07 AT deltab de>
+ usbserlcd driver by Manuel Reimer <manuel.reimer AT gmx.de>
-Project's homepage: http://graphlcd.berlios.de/
-GIT repo: http://projects.vdr-developer.org/projects/show/graphlcd
+Project's homepage: https://projects.vdr-developer.org/projects/graphlcd-base
+GIT repo: https://projects.vdr-developer.org/git/graphlcd-base.git
See the file COPYING for license information.
@@ -97,4 +98,3 @@ support. This way, applications using this library (vdrplugin-graphlcd, or the
wrapper LCDproc "meta-driver" glcdprocdriver for example, can treat this case
and have a fallback to the glcdraphics-native raster font if FT2 is not
supported, or the TTF font could not be loaded for some reason.
-