marschap
9db867e71f
small fixes
2005-07-27 19:31:08 +00:00
marschap
3dfab66f45
adapt svga driver better to 0.5 API; make it take options from config file
2005-07-27 06:16:26 +00:00
marschap
d7d2c5771f
update bar functions to 0.5 API for Wirz SLI and MTC_S16209X drivers
2005-07-25 17:54:07 +00:00
marschap
3e1ed65a12
cosmetic changes to a few drivers: keep functions not in the 0.5 API private
2005-07-25 17:05:39 +00:00
boercher
d0b137d5a5
- new option -prev, corrections for option -next
...
- clients gets more information if an error occurs
- use sock_printf() and sock_printf_error() if necessary
2005-07-17 16:14:22 +00:00
boercher
93f162ff48
- new socket function sock_send_error() and
...
sock_printf_error(): factored out the 'huh?-stuff, added error report
log)
- use sock_printf() and sock_printf_error() if necessary (no need to
use sprintf())
2005-07-17 16:14:07 +00:00
boercher
164f4fbed0
- new option -prev, corrections for option -next
...
- adherence of LCDPROC_PERMISSIVE_MENU_GOTO corrected
2005-07-17 16:13:46 +00:00
boercher
6a212dd77c
new option -prev, corrections for option -next
2005-07-17 16:13:24 +00:00
boercher
763207a64e
- description of new options -next and -prev
...
- divided the command reference into 4 subsections
- added a complete menu example for wizzards
2005-07-17 16:13:08 +00:00
marschap
5a44ae5407
update server/drivers/CFontz633io.c so that it checks for an appropriate
...
response when sending a packet; adapt autoconf infrastructure to support that
2005-07-03 18:48:31 +00:00
marschap
448c39f63c
replace printf() used for debugging by fprintf()
2005-07-03 18:03:10 +00:00
marschap
a73fab8867
fix previous commit
2005-07-03 17:51:49 +00:00
marschap
7d2612bde8
fix potential division by zero issues
2005-07-03 16:14:45 +00:00
marschap
b94ea7ba78
display default values on errors in init();
...
include speed into the display's PrivateData structure;
CFontzPacket.c: update optimization stragegy in flush() for CF631 & CF635
2005-07-03 15:25:55 +00:00
marschap
a450ac5b47
make debugging messages dependent on #define DEBUG
2005-07-03 12:36:56 +00:00
marschap
d236a2e981
add Build-Dependency on libsvga1-dev for svga driver
2005-07-03 12:26:33 +00:00
marschap
a936e62ff3
correct name of the svga driver
2005-07-03 12:22:11 +00:00
marschap
ca7b9f3f45
fixes in the get_key() functions; svgalib_drv.c instrumented with debugging code
2005-07-03 12:20:24 +00:00
marschap
f0386c7eef
make CFontzPacket.c and CFontzs633.c even more similar
2005-07-02 21:03:53 +00:00
marschap
0ec83bdc66
get rid of old cruft: remove args argument from the modules' init() routines
2005-07-02 13:38:51 +00:00
marschap
32545c99a2
replace macros by static inline functions;
...
reorder functions to not require forward declarations
2005-07-02 12:29:42 +00:00
marschap
0705a4255e
Don't write 0-length data
2005-07-01 11:28:13 +00:00
marschap
f9d35cad9e
remove unused code, cleanup & shorten parse_message() function;
...
hide commands[] table; make it's contents accessible using a function
2005-06-28 17:12:30 +00:00
marschap
bf1c2688c2
make other drivers also work correctly when SEAMLESS_HBARS is set
2005-06-28 17:09:03 +00:00
marschap
4e4a460aca
make control of contrast and brightnesses more fine-grained
2005-06-27 18:22:07 +00:00
marschap
40c3fb573b
make heartbeat and ellipsis icons align with other CFontz icons
2005-06-27 18:20:22 +00:00
marschap
7930848431
add Nicolas Croiset <ncroiset@vdldiffusion.com> patch to implement the output()
...
function (slightly modified); include information of usb into the PrivateData
structure
2005-06-27 17:16:37 +00:00
marschap
71240d4b2e
added documentation for the LCDserializer connection type by Matteo Pillon
2005-06-27 09:59:23 +00:00
marschap
46183285b3
support long input in numerical, alpha and ip editing functions;
...
correct IPv4&IPv6 verify functions
2005-06-27 09:11:10 +00:00
robijn
b9640e4390
Corrected G2446 resolution to 240x64 i.o. 256x64
2005-06-23 20:25:10 +00:00
marschap
552f388c6e
space cleanup
2005-06-18 13:06:57 +00:00
marschap
8820b47193
- replace static variables by ProvateData *
...
- make a bit more similar to CFonts{633,Packet}.c
2005-06-12 20:32:27 +00:00
marschap
e85ad0acc3
1st round of adapting it to new driver model
2005-06-12 17:45:08 +00:00
marschap
a597e2cdcf
space cleanups
2005-06-12 17:39:25 +00:00
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
285db95e4d
double resolution of contrast & brightness sliders
2005-06-12 16:09:17 +00:00
marschap
88638117f3
get rid of unnecessary variables; keep make local variables static
2005-06-12 16:07:49 +00:00
marschap
9f66b41c08
make menu pointer wrap on UP/DOWN movements to support 3-key configs
2005-06-12 08:08:21 +00:00
marschap
0c3bf930d3
fix a non-rule line in debian/rules
2005-06-12 07:50:30 +00:00
marschap
570507632e
support 3-key configurations with IP input too: wrap around limits
2005-06-07 18:18:30 +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
bc60961c5c
generate colons between hours, minutes and seconds in big clock display
2005-06-05 14:51:07 +00:00
marschap
1a9e9ca54c
little cleanup
2005-06-05 14:48:49 +00:00
marschap
e476ef26b7
clean up ugly bignum code a bit, do range checks, support colon display
2005-06-05 14:44:11 +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
deea25e6ea
fix max. width of sliders in 4-line mode
2005-06-04 14:54:31 +00:00
marschap
3846b411d9
better support for IPv6 inpu: not perfect, but on its way;
...
support IP input in 4 key mode
2005-06-04 14:31:54 +00:00