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
reenoo
1a1a1999aa
Added legal stuff directly to the driver files
2001-12-08 19:51:41 +00:00
dglaude
e671804453
Now you can choose between report.h and debug.h (default) If you are happy with it I'll remove debug.h
2001-12-05 18:28:22 +00:00
dglaude
29e71c9dc4
Preparing for using report.h rather than debug.h (no harm done just #ifdef)
2001-12-05 17:52:26 +00:00
reenoo
687d4a8fe7
strncpy now pays attention to hardlimit (200) of config_get_string
2001-12-04 18:48:32 +00:00
reenoo
8597064b67
strncpy instead of strcpy; no more dummy functions; general cleanup
2001-12-03 20:38:21 +00:00
reenoo
7b374b0b3f
fixed segfault problems - hopefully ;)
2001-12-02 22:22:13 +00:00
robijn
390276a972
Fix for lcdm001 bignum crash.
2001-12-02 16:44:20 +00:00
gfk
0b40559872
Fix for the missing ACS_S3, ACS_S7, wcolor_set() and redrawwin() with the curses driver.
2001-11-30 23:53:16 +00:00
reenoo
786c9e4d80
=lcdm001.c now uses the report.h and configfile.h changes
2001-11-30 18:23:57 +00:00
reenoo
4e9ce1b443
=replaced non-static by static funtion declarations
2001-11-30 15:27:09 +00:00
robijn
7e4c21cec5
HD44780 and SED1330 now use lpt-port.h
2001-11-29 15:51:51 +00:00
robijn
285d29edf3
Reporting patch.
2001-11-29 14:09:13 +00:00
dglaude
5716342df9
Rene Text BigNum and some cleaning
2001-11-29 08:42:41 +00:00
reenoo
38c27b7769
Slightly changed lcdm001.h
2001-11-28 21:20:56 +00:00
reenoo
0286834079
Added ASCII emulation of BigNum to curses_drv.c
2001-11-28 21:11:51 +00:00
reenoo
6957956a14
Added ASCII emulation of BigNum to lcdm001.c
2001-11-28 21:10:13 +00:00
robijn
e05e14a60c
Heartbeat patch from Rene Wagner.
2001-11-25 14:21:14 +00:00
dglaude
21d5d883ab
reformating of custom char definition + more TODO
2001-11-24 08:37:10 +00:00
dglaude
3fa9bc355b
Reduce warning (UNTESTED)
2001-11-23 19:39:00 +00:00
dglaude
44e71c451e
Work in progress for BigDigit + TODO comment
2001-11-23 16:17:45 +00:00
robijn
efcbed6026
Unallocated framebuffer fix.
2001-11-23 15:15:05 +00:00
dglaude
ca27bcac18
Solve the segmentation fault in MtxOrb.c
...
If framebuf is not alocated when init is called then we do.
A lot of warning are removed because MtxOrb.h is cleaned.
For the futur, double buffering is already prepared.
I also have done some cleaning of unused function related to hbar/vbar.
BigNum are still not working nicely but I am working on it.
I don't have flickering on my screen so I cannot fix that problem!
2001-11-19 18:35:39 +00:00
robijn
046d76e510
New: SED1330 driver.
2001-11-15 19:33:06 +00:00
robijn
392506b384
- Added HD44780 incremental LCD update.
...
- Minor fix to 4bit.
2001-11-15 19:30:17 +00:00
gfk
216d45f477
Fix for 'the dumbest fix of the month'. In fact, just a simplification of an earlier fix.
2001-11-02 18:56:51 +00:00
robijn
b821127fa7
Minor bugfixes to HD44780 backlight and keypad stuff.
2001-11-01 16:40:57 +00:00
robijn
46174150ce
Added HD44780 delay options.
2001-11-01 15:38:49 +00:00
robijn
faa4861eb3
HD44780 update:
...
- supports new API
- major clean up, more consistent code
- uses configfile options
- serialLpt works also with only 2 output lines
- serialLpt can now use keypad
2001-11-01 00:37:12 +00:00
ddouthitt
0619f03774
Updated documentation in the Curses driver relating to the use
...
of the nonstandard ACS_S7 and ACS_S3 macros...
2001-10-31 22:51:56 +00:00
gfk
39874bbf87
Some cleanup:
...
Changed the optimization value to -O3
Moved the (n)curses autoconf tests to the (n)curses driver section.
Removed commented commands in configure.in
Added define ACS_* test for curses driver
2001-10-31 22:05:14 +00:00
gfk
134b33ace6
Crash landing of the fix for bug #472883 : BSD curses.h allready declares LL.
2001-10-26 16:29:12 +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
robijn
dc0f01850b
First step towards the v0.5 API. New configfile routines in use.
...
Configfile adapted. For drivers: configfile routines are available.
2001-10-24 14:26:15 +00:00
gfk
5b689135ad
Added hd44780-charmap.h to the list of file of the distribution.
2001-10-20 00:21:02 +00:00
gfk
fc113474d5
Added lcd_lib.h to the distribution.
2001-10-08 16:37:43 +00:00
robijn
db935c35bf
Corrected HD44780 to work with the curses driver.
2001-10-06 13:51:45 +00:00
ddouthitt
df90652a8b
This updates these drivers with minor bug fixes.
2001-10-05 23:50:37 +00:00
ddouthitt
ae18a158fc
Numerous (TINY) fixes: mostly unused variables...
2001-10-05 22:04:35 +00:00
robijn
16cce2fe2d
HD44780 keypad update. (second try)
2001-10-05 21:01:24 +00:00
robijn
4829ed367f
HD44780 keypad update. (second try)
2001-10-05 19:43:50 +00:00
robijn
de84f06cc7
HD44780 keypad update.
...
(second try)
2001-10-05 19:39:02 +00:00
ddouthitt
709e53495e
Minor fix for heartbeat function...
2001-10-05 17:17:11 +00:00