Commit Graph
317 Commits
Author SHA1 Message Date
marschap 7c6d32223b revamped KeyRing functions: stricter checks 2005-05-20 08:04:21 +00:00
marschap d48ed1f8ed longer sleep() after reset to solve display issues (according to Tom Scofield) 2005-05-20 07:37:17 +00:00
marschap e2cd8a6b0e corrected line / column permutation in CF633_flush 2005-05-17 09:36:44 +00:00
marschap 0cb60954be added support for CF635 (maybe incomplete, untested),
converted to have private data in PrivateData *
prettified a few functions
2005-05-16 17:17:35 +00:00
marschap 634b86d63e better checks for some necessary arrays,
alternative implementation for CF633_flush (hidden behind #ifdef)
more space between functions
2005-05-16 17:12:36 +00:00
marschap 6de90bf3a5 replace some spaces by tabs for easier reading 2005-05-16 17:09:25 +00:00
marschap 43dea548e2 add DEFAULT_SIZE_CF635 definition 2005-05-16 17:08:39 +00:00
marschap 741e3f8fe0 fix some typos 2005-05-16 17:06:41 +00:00
marschap 03cc353af6 add Matteo Pillon's lcdserializer ConnectionType patch to the hd44780 driver 2005-05-16 11:52:39 +00:00
marschap 3caefc4e87 add support for the glcdlib meta driver by Lucian Muresan 2005-05-16 10:57:28 +00:00
marschap f5edc58fd7 fix from M. Dolze for his FreeBSD patches 2005-04-08 14:37:04 +00:00
marschap 412c9a3c40 extended the fix from port_access_multiple() to port_access() 2005-04-07 08:43:06 +00:00
marschap 99e4ddabfe included modified version of M.Dolze's patch patch_drivers_port from his web site 2005-04-06 15:30:25 +00:00
marschap e55b1aa204 fix filled block and handling of the lastline parameter 2005-02-26 10:02:29 +00:00
marschap b3230cf90f - update drivers to use new API
(get rid of those pseudo options named 'Arguments' in the config file)
- replace printf / printf calls by debug / report calls in some drivers
- sort and extend LCDd.conf
2005-01-29 18:49:29 +00:00
marschap 2af71ca673 minor change 2005-01-23 22:40:12 +00:00
marschap e3b41e3dc6 added sed1520_cellwidth() and sed1520_cellheight()
based on a patch by rene ( just AT absorb it )
2005-01-22 19:01:17 +00:00
marschap 112d58eb33 correct MtxOrb keypress mapping 2005-01-22 18:43:56 +00:00
marschap ffdd1a4925 added Leandro Dardini's lastline patch for the HD44780 driver and
adapted it to the IOWarrior driver that also drives HD44780 displays.
2005-01-17 20:18:21 +00:00
marschap 2899cabedf add speed of 115200 to CFontz633 driver (patch by Pat Erley) 2005-01-17 19:11:01 +00:00
marschap fd6abda6d2 update Makefile.am for automake 1.7 2004-10-23 16:29:22 +00:00
marschap 1f60bbfc2e update build environment to autoconf 2.50 2004-10-17 21:01:13 +00:00
marschap 70c4d4d0a8 sync declaration of t6963_low_dsp_ready() in t6963.h with t6963.c 2004-10-17 17:29:46 +00:00
themythos 0ce79ef709 Changed the base of graphic and character generator address so that displays larger than (rows x cols) > 512 are supported 2004-10-15 13:53:57 +00:00
marschap 14fa1c74cd fix my previous commit: use C comment 2004-10-09 16:26:45 +00:00
marschap 11fe596351 add ConnectionType sub-driver for BWCT USB devices to the HD44780 driver 2004-10-09 16:15:37 +00:00
marschap a96ce76a20 new driver IOWarrior for Code Mercenaries IOWarrior devices 2004-10-02 15:04:27 +00:00
reenoo 7e9e57493c added size option to text driver 2004-03-21 15:21:25 +00:00
wayn3 428ae90c49 Added new commands for the 633 (really the 631) 2004-02-26 02:43:17 +00:00
wayn3 197b9fd70b Updated the framebuffer code in _flush() 2004-02-26 02:32:57 +00:00
wayn3 b9433140bf Added new constants for the 631 in preparation for the CFontzPacket driver. 2004-02-26 02:16:39 +00:00
dglaude 7b49d96ca4 This file when copyied as CFontz633.c will try to support CF631. 2004-02-15 00:02:58 +00:00
robijn 6161531e3c Added ExtendedMode functionality. Solves 'A-type' or KS0073 issue. 2004-02-09 22:21:49 +00:00
robijn 481b80e17a Modified for compatibility with FreeBSD tv struct. 2004-02-04 22:12:19 +00:00
robijn 09b7c9cbad Removed superfluous strcpy in keymap assignment code. 2004-01-08 16:30:07 +00:00
reenoo 63550c6f3f fixed debug message 2003-12-25 14:41:41 +00:00
robijn 75cd8a1112 - Modified forking. Child will now signal parent when it has started up OK. Only after that (or error) parent dies.
- Modified startup order of LCDd parts.
- Moved code for starting up the socket from main.c to sock.c
- Variable daemon_mode renamed to foreground_mode, consistent with command line.
- Variable lcd_port renamed to bind_port.
- Modified the constant stay_in_foreground for drivers hd44780 and sed1330. They don't need to stay in foreground anymore.
2003-07-30 19:57:13 +00:00
blt 112db4aa1d Remove unnecessary headers; Flush stdout properly 2003-07-20 01:11:29 +00:00
robijn 6eed2f208f - Fixed startup problem causing device not to initialize properly.
- Added Michael to copyrights as I should have done at the last commit.
2003-07-10 22:06:00 +00:00
dglaude 5dbbae1c47 This is the porting of CwLnx driver from 0.4.4 to 0.5
It is working with both USB and Serial version of the LCD
The heartbeat is currently 3 pixels blinking...
And there might be more cleaning needed in the code.
2003-06-03 23:23:01 +00:00
dglaude 9b2cb53f09 I will mess with CVS here...
diff_ignore could be used to ignore some file from a recursive diff.
acinclude.m4 and Makefile.am are for CwLinux driver.
2003-06-03 23:20:33 +00:00
wayn3 eb51be352c Set the VTIME to 0; seems to work, which matches theory. 2003-05-30 00:00:03 +00:00
wayn3 a6b9141538 Added support for USB. This changes how the driver opens the connection. 2003-05-29 02:04:38 +00:00
robijn c6f9540b01 Commit of changes from Joris And Michael:
- Variable char sized
- Keypad support
- Improved init
- Improved flickering, no hardware cursor anymore
- Support for G191D
- Minor other changes
2003-05-04 17:34:37 +00:00
marsellus 2899406eba added ms6931 driver 2003-04-28 15:26:16 +00:00
marsellus 7250492145 initial commit 2003-04-28 15:22:52 +00:00
robijn c72f813a4c Changed things around port.h a bit:
- port_access_full is now called port_access_multiple and has a count parameter (LPT port stuff should be in lpt-port.h)
- Updated calling source files too
- Added support for ports in higher range, so that PCI LPT cards will work too (but I can't test this myself...)
- Enhanced formatting of in-file documentation a bit
- Updated docs of port.h in lcdproc-dev
2003-04-04 22:53:16 +00:00
themythos c2d3e7e035 Better hardware IO functions 2003-03-13 19:24:56 +00:00
themythos 7535579cf6 Made the correct debug functions
Fixed wrong charakter for block icon
2003-03-10 10:26:25 +00:00
robijn 4a7ef8d847 - Fixed option processing of bool options in config file.
- Tried to make option order more consistent
2003-02-27 20:31:51 +00:00