Commit Graph
227 Commits
Author SHA1 Message Date
robijn c6ef7cbf4e Converted old to new functions. 2002-02-08 00:15:50 +00:00
robijn d75cd04d92 Converted old to new functions.
Now using lib vbar/hbar.
2002-02-08 00:14:10 +00:00
robijn 085b539d34 Lib update.
Added vbar and hbar functions that use a statically defined custom charset.
Let the lib heartbeat function use the new icon function.
2002-02-08 00:05:02 +00:00
robijn f3dbc1d06d Minor fixes. Still untested on real hardware. 2002-02-07 22:29:39 +00:00
robijn 932d1f5c7b Tried other init timing. Does this solve the init issue ? 2002-02-07 22:14:30 +00:00
robijn 15b226483a Added PIC-an-LCD HD44780 subdriver.
Currently untested.
2002-02-07 22:10:04 +00:00
robijn 901833b353 Modified some internal stuff.
The line function did not work correctly, however the driver does not use it.
2002-02-05 18:06:14 +00:00
dglaude 801b9558f1 WIP: configfile code from stable-0-4-3... #ifdef currently 2002-01-21 14:09:55 +00:00
dglaude 4222ee41ab The old_icon is ready to be removed bignum does not need init anymore. 2002-01-18 08:00:46 +00:00
dglaude 79a5d76203 I did not BREAK MtxOrb, I forgot to sync bigfont.h ;-) 2002-01-18 07:56:44 +00:00
dglaude 227b5329b8 I recently broke MtxOrb in CVS. This fix the segfault but does not fix BIGnum :-( 2002-01-17 21:26:10 +00:00
dglaude 4a78e112e9 Change in hbar and vbar + cleanup ...WIP... 2002-01-17 20:53:03 +00:00
dglaude ca162dc94d Rename _?bar and init_?bar stuff to _old_. 2002-01-17 20:51:31 +00:00
dglaude 5b9200acf7 More cleaning up and work on BigNum I guess (bad fix for duplicate icon and new icon emulation) 2002-01-16 20:27:55 +00:00
robijn 1eb4024013 hbar call fix. 2002-01-16 17:59:06 +00:00
robijn e6287f56af vbar/hbar/heartbeat/icon adaptation to new API. 2002-01-16 17:57:24 +00:00
dglaude 1fd9aa94da Cleanup+TODO+ BigNum still working on but seems to work OK 2002-01-15 20:01:18 +00:00
dglaude ecfa1b0892 Forgot the definition of _old_icon 2002-01-15 16:22:02 +00:00
dglaude cc7447a12f New software BigNum, work in progress tested on emulator only... 2002-01-15 14:13:44 +00:00
dglaude e090a84276 Big font from that old patch... 2002-01-15 11:20:31 +00:00
robijn d10b943524 Bignum support. 2002-01-14 22:09:10 +00:00
robijn f244d66500 Only flush modified defined characters. 2002-01-14 21:50:48 +00:00
robijn 92fb6382be Moved to new hbar/vbar.
Changed ValidX and ValidY to report errors and return from function.
2002-01-09 16:10:53 +00:00
dglaude 3ddd1defbe Comment C ways 2002-01-03 15:25:48 +00:00
dglaude e85dbde5f7 GPL as in stable-0-4-3 2002-01-02 15:03:19 +00:00
dglaude 7847b4e17a Cleaning of report/debug as in stable-0-4-3 (work in progres) 2002-01-02 14:55:01 +00:00
William Ferrell 4c7b10c28d Cosmetic change to server identification string 2001-12-31 22:16:59 +00:00
robijn 4ee73421fb vbar fix 2001-12-30 00:31:54 +00:00
robijn 71056ec551 v0.5 kick-off 2001-12-30 00:15:25 +00:00
robijn b228b720d9 Added uniform copyright notice to all files of the server core. 2001-12-27 23:30:36 +00:00
robijn 5d0b33c5ef Fixed header file problem.
Enhanced(?) timing.h with DELAY_AUTOSELECT.
Cheered up some comments, moved #ifndef FOO_H #define FOO_H to just after
the copyright and explanation comment.
2001-12-27 16:22:09 +00:00
reenoo 242bce0a88 fixed default configfile location 2001-12-27 10:58:29 +00:00
reenoo ea31c5d438 compile error fixed; Thanks Guillaume! It does not occur on my box :( 2001-12-26 21:57:52 +00:00
reenoo c0c5bd28df strncpy bugfix bugfix; UPDATE RECOMMENDED 2001-12-26 16:25:41 +00:00
reenoo 531ad030ea strncpy bugfix; UPDATE RECOMMENDED 2001-12-25 21:16:15 +00:00
gfk 09b4ff9271 Partial port of the server to OpenBSD and NetBSD/i386. 2001-12-25 19:28:54 +00:00
gfk 1778464b0f Added sed1330.c and sed1330.h to the distribution. 2001-12-25 18:37:12 +00:00
gfk ff368e7089 Fix my (incorrect) fix (with a good one I hope). Also reimplemented delayMult in the driver. 2001-12-25 18:01:45 +00:00
reenoo b9f0e14e8f curses: configfile support; CFontz: configfile parsing bugfix 2001-12-25 15:56:25 +00:00
robijn 94b8ea0ad4 Removed delayMult from timing.h 2001-12-24 23:36:28 +00:00
reenoo c25e8a623a daemonize bug fixed 2001-12-24 12:48:55 +00:00
reenoo 87b5487da5 CFontz update: configfile, backlight, new firmware 2001-12-23 21:25:23 +00:00
gfk 2d53db20ff Added lcd-port.h and timing.h to the distribution. 2001-12-23 20:04:58 +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
themythos 54eb272a69 corrected bug in heartbeat function 2001-12-23 15:12:17 +00:00
robijn dd7d21c12d Added code to scan for -t, to specify the diplay size. 2001-12-22 15:12:20 +00:00
themythos 6e178cdc6a v1.2 now graphics disabled, because of strange pixel faults 2001-12-21 15:01:43 +00:00
robijn 7ecd6f07a5 Removed 'long p' from charmap (now for real :). 2001-12-11 15:43:26 +00:00
reenoo a915215e42 Fixed key handling; keypad settings via configfile 2001-12-09 18:39:39 +00:00
robijn 3929662434 HD44780 general:
- Removed 'long p' from keymap

HD44780 serialLpt:
- Backlight support
- Updated documentation
2001-12-09 14:33:17 +00:00