diff options
author | anbr <vdr07@deltab.de> | 2010-04-18 20:10:55 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-04-18 20:10:55 +0200 |
commit | 9b8f166c974aeebcdba9a67226b213a3c3f4a448 (patch) | |
tree | c60991809925e4fe4706ec073d525ede7e23a535 /imonlcd.c | |
parent | 8abb4e1cb0291834c129a9b243306d8e10872cc2 (diff) | |
download | vdr-plugin-imonlcd-9b8f166c974aeebcdba9a67226b213a3c3f4a448.tar.gz vdr-plugin-imonlcd-9b8f166c974aeebcdba9a67226b213a3c3f4a448.tar.bz2 |
Allow setup font size
Show current time, on dual line mode (Request #316)
Diffstat (limited to 'imonlcd.c')
-rw-r--r-- | imonlcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #include "status.h" #include "setup.h" -static const char *VERSION = "0.0.3"; +static const char *VERSION = "0.0.4"; static const char *DEFAULT_LCDDEVICE = "/dev/lcd0"; |