marschap
af725ce9cd
support getting/setting contrast & brightness for hd44780 lcd2usb connection type (M. Dolze)
2007-10-21 19:53:34 +00:00
marschap
7ab141d7bc
adapt ConnctionType bwctusb to new contrast setting
2007-10-21 19:47:30 +00:00
marschap
fe5f26e91d
support for contrast & brightness: now get_*() only, but prepare for set_*()
2007-10-21 19:39:24 +00:00
marschap
75dbe30705
don't try to read from NULL pointer
2007-10-21 16:08:56 +00:00
marschap
c9b2b1757b
hd44780 driver: new ConnectionType mplay
2007-10-14 12:02:51 +00:00
marschap
743643052c
hd44780-serial: adapt detection of ConnectionType to new infrastructure
2007-10-14 10:47:50 +00:00
marschap
335fc84785
move definitions for symbolicnames to correct palce for dependencies;
...
allow ConnectionTypes to be case insensitive
2007-10-14 10:42:15 +00:00
marschap
0899cef23d
cleanup connection type recognition, prepare for aliases, ...
2007-10-14 09:44:06 +00:00
marschap
8cfd341944
clean-up and document
2007-10-14 08:42:12 +00:00
marschap
be13863a02
further little clean-ups
2007-10-09 13:54:07 +00:00
marschap
3b0838e57f
clean-up
2007-10-09 12:56:30 +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
6a6b44778c
doxygenate a little more
2007-10-04 16:30:19 +00:00
marschap
e00911e3ba
make explicit we return chars
2007-10-04 14:03:31 +00:00
marschap
884d6ae2c6
add braces to silence a warning; make explicit we return chars
2007-10-04 14:02:28 +00:00
marschap
9dc39fe10a
silence warnings
2007-10-04 14:00:50 +00:00
marschap
fe7ec3a733
un-doxigenate a commented function
2007-10-04 13:59:57 +00:00
marschap
9a95363b81
fix a bug with a bug related to the debug() commenting; doxygenate
2007-10-04 13:58:57 +00:00
mmdolze
9389fcec3a
Fix commenting out debug info.
2007-09-30 09:21:08 +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
mmdolze
2346dcccc2
Fix one incomplete comment from previous commit.
2007-08-23 05:06:46 +00:00
marschap
a01ff98be4
commit the missing files for the shuttleVFD driver
2007-08-15 16:11:12 +00:00
marschap
8a6e438c1d
don't call debug() right now as it requires the Driver * structure
2007-08-05 14:33:15 +00:00
marschap
6800768125
new driver shuttleVFD for USB-based Shuttle VFDs (Thien Vu)
2007-08-05 14:31:10 +00:00
marschap
a0fb97b71c
serialPOS: Added key input for POS displays with a pass-through port connected
...
to a terminal or RS232 keyboard (Eric Pooch)
2007-08-05 14:00:45 +00:00
marschap
77fd32256c
update links for pyramid driver
2007-07-01 17:27:20 +00:00
marschap
2f9f70e87e
update lis driver (Daryl F)
2007-06-17 12:07:37 +00:00
marschap
77209a6f3f
harmonize report & debug() messages: no '\n' or '.' at end
2007-06-17 10:39:49 +00:00
marschap
1899ff755c
make including config.h always depend on HAVE_CONFIG_H; replace printf() by debug()
2007-06-17 10:20:55 +00:00
marschap
0e6b1253a9
a few changes to better support gcc 2.95 (paul_c)
2007-05-28 17:55:59 +00:00
marschap
5e5ee21e37
update lis driver Daryl F
2007-05-26 19:43:13 +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
aac814f930
overhauled picolcd driver (Nicu Pavel)
2007-05-05 18:05:50 +00:00
marschap
34e8d1e1ae
overhauled CwLnx driver (Dave Pratt)
2007-04-30 13:47:35 +00:00
marschap
63dec68eeb
make bitrate mapping of B230400 depend on its defined'ness
2007-04-27 14:28:41 +00:00
marschap
64b951bde3
fix bignum supprot for glk displays
2007-04-27 13:24:29 +00:00
marschap
d4bff4c520
new option Offset for xosd driver
2007-04-25 21:13:45 +00:00
marschap
86c4149642
a little bit of Doxygen here and there
2007-04-14 08:23:48 +00:00
marschap
18e60824ba
static where static is due (avoid disturbing Doxygen)
2007-04-07 17:29:52 +00:00
marschap
611f2492e7
rename parameter to imon_chr() to keep doxygen happy
2007-04-07 15:46:28 +00:00
marschap
0f0af0f381
- coding style harmonization
...
- check onsistency between Size & vSpan
2007-04-04 13:52:38 +00:00
marschap
3e616e4192
support multi-controller LCDs (only tested with a single-controller LCD)
2007-04-04 13:14:15 +00:00
marschap
6a1511bb72
* coding style harmonization in servers/
...
- explicitely declare void arguments
- make a few string args const
* better support for shorter displays in server screen
* make target to create top level tag file
2007-04-02 21:29:53 +00:00
marschap
4839321569
new ConnectionType lcd2usb in hd44780 driver
2007-03-31 12:43:27 +00:00
marschap
bbfe65da9f
new ConnectionType pertelian in hd44780 driver (Matteo Pillon)
2007-03-18 15:28:32 +00:00