marschap
9b111eeac4
cleanup: remove unnecessary (=invisible) leading spaces
2006-04-27 15:01:49 +00:00
marschap
65a473f2b7
fix checks in *_num() functions: only when/where necessary
2006-04-11 20:57:15 +00:00
marschap
ddc5593f19
convert to use PrivateData, use symbolic constants instead of "magic" numbers
2006-04-09 17:19:09 +00:00
marschap
c7569db6ce
prepare PrivateData conversion
2006-04-08 19:11:18 +00:00
marschap
4bbd6cef30
harmonize coding style and messages
2006-04-08 18:51:29 +00:00
marschap
9f486227eb
harmonize coding style and messages
2006-04-08 17:41:09 +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
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
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
robijn
dc4c049721
- Added some icons.
...
- Made sure all icon and vbar functions are not the old API functions.
- Removed heartbeat functions from drivers that did standard heartbeat.
2002-05-23 18:03:36 +00:00
robijn
dba163c4a4
Drivers are now being loaded as modules.
2002-02-21 22:50:12 +00:00
robijn
71056ec551
v0.5 kick-off
2001-12-30 00:15:25 +00:00
gfk
5de08960bf
Moved the uPause function to timmings.h for modularity and easier porting to BSD.
2001-12-23 19:43:20 +00:00
robijn
26d00dc560
Adapted the drivers to do not use a NULL pointer for unsupported functions,
...
but instead do not assign them.
2001-10-25 23:39:51 +00:00
ddouthitt
df90652a8b
This updates these drivers with minor bug fixes.
2001-10-05 23:50:37 +00:00
ddouthitt
74153173c1
Fixed major bug: drivers that accepted size arguments could wind
...
up with more than 80 characters (20x4) in their display, and thus
overwrite memory outside of the allocated 80 characterwframebuffer.
For example, using a 20x6 screen would do this.
All drivers now either ignore a missing framebuffer, or allocate it
themselves - the latter is prefered.
2001-09-27 23:46:55 +00:00
ddouthitt
02233ef172
Updated sed1520.c driver:
...
* Lots of control-Ms in the file! Removed.
* Removed all reference to lcd.* in favor of sed1520->*
Compiles cleanly; field testing required.
2001-09-25 16:58:18 +00:00
afrob
2e654fd333
Added driver for SED1520 graphic LCDs, STV5730 TV Output plus a small fix for render.c for bigger display sizes
2001-09-22 11:45:12 +00:00