marschap
d6971eaec5
adapt get_brightness() & set_brightness() to API
2005-06-12 16:39:47 +00:00
marschap
fbd81f910e
add get_brightness() & set_brightness() functions to CFontz{633,Packet}.c
...
and normalize the brightness to range [0, 1000] to support changing the
brightness online
2005-06-12 16:25:50 +00:00
marschap
925e7e0fc5
bignum cleanup
2005-06-05 16:26:05 +00:00
marschap
4e0eaa1aa6
add compile time option (not in configure.in) to support delays when writing
2005-06-05 14:55:07 +00:00
marschap
539e41eede
corrected typo introduced yesterday; add bignum support for the 20x4 displays (e.g. CF635)
2005-06-05 14:53:37 +00:00
marschap
1a9e9ca54c
little cleanup
2005-06-05 14:48:49 +00:00
marschap
3046d92ae9
a few readability changes to hd44780-charmap.h;
...
new file CFontz-charmap.h used in CFontzPacket.c for all models except CF633
to adapt the CrystalFontz icharacter codes better to ASCII / ISO-8859-1
2005-06-04 22:07:37 +00:00
marschap
9e2983ab45
do seamless hbars when SEAMLESS_HBARS is defined
2005-06-04 14:16:11 +00:00
marschap
8cd909baf9
add CFontz633_cellwidth() and CFontz633_cellheight() functions so that
...
CFontz633 and CFontzPacket return the correct cell dimensions to clients
2005-06-04 12:40:17 +00:00
marschap
09937f0edd
little fixes: constrast setting for CF63x in CFontzPacket.c, typo in Cfontz633.c
2005-06-04 07:53:14 +00:00
marschap
ea214762ef
little changes: arg reordering, ...
2005-05-31 14:53:18 +00:00
marschap
b4d557123c
reduce number of global/static variables;
...
make KeyRing and ReceiveBuffer functions take the KeyRing/ReceiveBuffer as an argument;
adapt CFontz633.c CFontzPacket.c accordingly;
remove superfluous functions; more effective writing; correct max. packet size
2005-05-30 16:56:29 +00:00
marschap
a1adadfe8d
add Lucian Muresan's LCDproc 0.5 port port of Venky's iMON driver
2005-05-29 20:47:58 +00:00
marschap
6508a57be7
remove obsolete function declarations, declare functions & variables only
...
locally used as static; remove duplicate and unised code
2005-05-29 19:42:47 +00:00
marschap
75a545c2eb
fix some typos to make the files compile in the current CVS
2005-05-29 19:40:21 +00:00
marschap
6a407f22bb
adapt style to that of CFontz633.c & CFontzPacket.c
2005-05-29 19:10:58 +00:00
marschap
4b4e7fc88c
convert to the use of PrivateData *, harmonize with CFontzPacket.c
2005-05-29 19:06:20 +00:00
marschap
9e7c90d1ef
lots of little fixes for harmonizing it with CFontz633.c
2005-05-29 17:59:43 +00:00
marschap
be2994832a
do not assume PrivateData != NULL on closing
2005-05-29 17:42:01 +00:00
marschap
79cfbc7b13
patch by Helmut A. Bender: use iopl(3) instead of iopl(1)
...
According to some googling this seems the more correct way to call iopl()
2005-05-27 17:52:10 +00:00
marschap
f562bb6c57
added patch from Lucian Muresan to make irman driver compile again
...
(note: nobody said it works ;-)
2005-05-26 19:49:01 +00:00
marschap
6dd702cd70
fix previous commit
2005-05-26 18:38:48 +00:00
marschap
e01689cc1d
space cleanup and some preparations for PrivateData
2005-05-26 18:02:32 +00:00
marschap
3658cedc35
space cleanup
2005-05-26 17:41:54 +00:00
marschap
8296d0b716
overhauled CFontz633io.c: doxygen'ated it, added more check for cyclical fifos, ...
2005-05-26 15:00:49 +00:00
marschap
3771a8273e
added .cvsignore files, thanks to Volker Boerchers for his contribution
2005-05-22 07:16:48 +00:00
gfk
702b0be737
Added hd44780-lcdserializer.c and hd44780-lcdserializer.h
2005-05-20 17:41:35 +00:00
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