Commit Graph
126 Commits
Author SHA1 Message Date
marschap b2da58a5b0 isupport Siemens/Wincor Nixdorf BA63/66 in the serialVFD driver (Stefan Herdler) 2008-11-23 13:09:11 +00:00
marschap 099611ab03 new driver irtrans (Phant0m / Aron Parsons) 2008-10-26 21:33:09 +00:00
marschap 07957823d2 autoconf: fix obsolete macros, check for pkg-config macros, show drivers to be compiled 2008-10-16 09:16:15 +00:00
marschap 5d61775108 add Makefile targets to compile & install clients & server separately 2008-10-10 10:08:10 +00:00
marschap 7d319d7326 new connection type uss720 to hd44780 driver (Eric Pooch) 2008-10-08 21:04:24 +00:00
marschap b8cae203a6 extend picolcd driver to support 20x4 picoLCDs (Nicu Pavel) 2008-10-08 10:52:37 +00:00
marschap 695eb1ec8f support to send IR commands to LIRC in the picolcd driver (Jack Cleaver) 2008-09-19 17:16:49 +00:00
marschap 0497178706 new ConnectionType ethlcd for hd44780 (Mariusz Bialonczyk) 2008-09-17 13:28:17 +00:00
marschap 8c8e12364d fix interpretation of numeric priorities (Andrew M. Bishop) 2008-09-17 06:31:33 +00:00
marschap e0f06fe5cd unbreak compilation of machine_Darwin.c in the lcdproc client
on OS X 1.5 and higher (Topher Fangio)
2008-09-15 16:38:10 +00:00
marschap 4ca1792fa0 new config option ExtendedMode for IOWarrior driver 2008-08-03 17:30:40 +00:00
marschap 2ebf0ac31a fix IOWarrior driver to allow use with 4-line displays not 20 chars wide 2008-08-03 13:47:10 +00:00
marschap 23b796e67f update serialVFD driver to support more display types (Stefan Herdler) 2008-05-02 15:48:18 +00:00
marschap e40175b3c0 fix LSB init headers; add pidfile & configfile handling to debian init scripts 2008-05-02 11:10:28 +00:00
marschap 9d9c4d890b new driver mx5000 for Logitech MX5000 keyboards (Christian Jodar) 2008-04-16 16:59:18 +00:00
marschap 6c8a0f26a2 add support for CW12832 to CwLnx driver 2008-02-15 17:59:36 +00:00
marschap 2fab392592 update hd44780 doc, fix issue with option names in doc; update ChangeLog 2007-12-27 18:58:24 +00:00
marschap d64dcf7e11 more complete hd44780 initialization; a bit more dox; typo fixes in docs 2007-12-26 15:40:58 +00:00
marschap 7ba838c65e i2500vfd driver for a graphocal Noritake VFD (Thomas Jarosch) 2007-11-11 14:59:06 +00:00
marschap 3dec67f9f1 shuttleVFD driver: fix VendorID, support newer models (Miska Sulander) 2007-11-11 14:18:04 +00:00
marschap 46347e8c94 hd44780 driver: new ConnectionType ftdi (Thomas Jarosch) 2007-11-03 17:39:05 +00:00
marschap 91f48f8720 clean up build system (T. Jarosch, with tests/fixes by M. Dolze) 2007-11-01 16:46:17 +00:00
marschap 5a2a1cc486 reporting in hd44780's ConnectionType functions (Thomas Jarosch) 2007-11-01 09:07:20 +00:00
marschap af725ce9cd support getting/setting contrast & brightness for hd44780 lcd2usb connection type (M. Dolze) 2007-10-21 19:53:34 +00:00
marschap c9b2b1757b hd44780 driver: new ConnectionType mplay 2007-10-14 12:02:51 +00:00
marschap b1ddc49221 lcdexec: parameter support using widgets enabled (currently only marginally
documented in lcdexec.conf)
2007-10-13 15:14:26 +00:00
marschap 58f2761986 server core: display values in menu for all input MenuEntry types 2007-10-11 18:21:05 +00:00
marschap 6ecb4854b4 lcdexec: parameter support using widgets; hidden behind compile time option 2007-10-11 08:17:59 +00:00
marschap 0c9764bf51 update 2007-10-09 16:29:12 +00:00
marschap f93e6dec47 curses driver: new option DrawBorder (Bruno Schwander) 2007-10-09 07:28:21 +00:00
marschap f30af62574 overhaul USB init for more portability in picolcd driver and
avoid a core dump if no device is connected (M. Dolze)
2007-10-08 15:53:44 +00:00
marschap 5a75b922eb make ConnectionType 4bit more fool-proof (M. Dolze) 2007-10-08 13:54:05 +00:00
marschap e55dc82402 allow wrapping slider menu items with <= 4 keys (M. Dolze) 2007-10-04 17:15:41 +00:00
marschap 2aecdd4c59 overhaul for the NoritakeVFD driver (idea by Richard Moratti):
- Fixed vbar & hbar - Allowed for displays with 2 custom characters
- Fixed cursor off  - 16H - Data sheet for CU20045SCPB has error -> Cursor Off 14,16,17H
- Tested with CU40026SCPB-T20A - 40x2 - Hardware Defaults to 19200 8E1
- Added new config parameter [Parity] to set serial data parity 0(none),1(odd),2(even)
- Added config parameter OffBrightness
- added support for big numbers
2007-09-25 16:19:42 +00:00
marschap 72a98a5068 option Priority for NoritakeVFD (idea: Richard Muratti) 2007-09-20 15:59:57 +00:00
marschap 6c18a1751a key support for hd44780/lcd2usb (M. Dolze) 2007-09-20 09:18:21 +00:00
marschap c7358581de fixes for the lcpdroc client iface screen on *BSD (M.Dolze):
1. If an interface priviously been UP goes DOWN, the time when the
   interface changed would always show the current time.
2. If an active interface is removed from the system, the server would
   still show the old screens and the user will not get any notice.
3. The "first run" detection would not work if more than one interface
   is monitored. Now the "last_online" time is used, because this is an
   "per interface" value initialized to 0 at startup.
4. The TRUE/FALSE macros are used for the return values as in the other
   functions.
2007-09-20 09:06:51 +00:00
marschap 04dbba2c7a Autoconf fixes for Net/FreeBSD (M. Dolze) 2007-09-08 13:26:16 +00:00
marschap 150b089d08 enable building lcdproc client on FreeBSD AMD64 platform (M. Dolze) 2007-08-26 21:07:42 +00:00
marschap 6800768125 new driver shuttleVFD for USB-based Shuttle VFDs (Thien Vu) 2007-08-05 14:31:10 +00:00
marschap d59722fbf6 update to latest changes 2007-08-05 14:02:21 +00:00
marschap bb5e622393 new driver lis for VLSystem L.I.S VFD (Daryl Fonseca-Holt) 2007-05-17 12:08:14 +00:00
marschap 19af8a8697 MtxOrb driver: fix VFD/VKD support (Ethan Dicks) 2007-05-13 12:48:41 +00:00
marschap 6d1240be95 add ServerScreen=blank option value 2007-05-13 11:13:09 +00:00
marschap aac814f930 overhauled picolcd driver (Nicu Pavel) 2007-05-05 18:05:50 +00:00
marschap d9d1cc0277 correct name of supporter: Dave Platt 2007-04-30 18:42:45 +00:00
marschap 34e8d1e1ae overhauled CwLnx driver (Dave Pratt) 2007-04-30 13:47:35 +00:00
marschap 117c5d0ed6 new config options TitleSpeed= and Heartbeat= 2007-04-30 13:06:06 +00:00
marschap 8214555559 document changes 2007-04-28 22:05:19 +00:00
marschap ced4dddf07 update private snprintf to a GPL'ed version 2007-04-27 16:50:45 +00:00