themythos
c2d3e7e035
Better hardware IO functions
2003-03-13 19:24:56 +00:00
themythos
7535579cf6
Made the correct debug functions
...
Fixed wrong charakter for block icon
2003-03-10 10:26:25 +00:00
robijn
2c40e25f0f
Added server message in bottom-right corner of active screen.
...
Will display short text if a rotation key is pressed.
2003-02-28 15:19:58 +00:00
robijn
71922063b8
Change to priority classes. Will probably require some fixings.
...
- Now using priority classes internally and in protocol
- Converting (depreciated) priorty numbers to the classes BACKGROUND,
INFO and FOREGROUND
- Added menu_goto command (only works when menu not active)
2003-02-27 21:20:20 +00:00
robijn
4a7ef8d847
- Fixed option processing of bool options in config file.
...
- Tried to make option order more consistent
2003-02-27 20:31:51 +00:00
robijn
fe4ad1b40e
More cleaning up main.c
...
Fixed bug with last modification.
2003-02-19 15:24:37 +00:00
robijn
813fb71aa6
Updated.
2003-02-17 11:01:40 +00:00
robijn
7a48a29357
Modifications to main.c:
...
- Now using CHAIN in stead of ESSENTIAL #define
- Changed naming of report* local variables
- Modified -s -f and -i options to accept boolean to be able to disable them too.
2003-02-16 15:29:38 +00:00
wayn3
8c0b79a0b5
Three things:
...
1) added the USB-specific open() code (removed O_NDELAY)
2) added the speed 19200
3) fixed the contrast code
4) uncommented out the special character translation
The latter three were reported to list Dec 2002 by Jay Wardle
2003-02-12 03:08:27 +00:00
wayn3
bf93b6c288
Added Paul Hedderly's patch from 0.4.4 to this current version. It allows
...
USB serial devices to work.
2003-02-12 01:55:01 +00:00
gfk
27529bc77f
Old linuxes support (glibc1 and libc5).
2002-12-23 19:35:43 +00:00
gfk
73d922a9a5
Small fix to prevent a division by zero.
2002-11-30 02:51:17 +00:00
wayn3
026e647e88
keypad_test_mode made functional. get_info also modified to work.
2002-11-24 01:18:43 +00:00
robijn
f9c84384a4
Fix for platforms that assume a char is unsigned.
2002-11-16 15:48:59 +00:00
robijn
332e3970bc
Added manpage lcdexec.1
2002-11-16 15:17:59 +00:00
gfk
99d7717e1c
Changed getopt's signed char to an int
2002-11-14 03:23:53 +00:00
gfk
365c1d7bf7
Added (small) documentation for the T6963 driver
2002-10-26 01:45:20 +00:00
gfk
58d8d1af90
Removed the Seetron/SFX120 driver
2002-10-22 14:11:38 +00:00
gfk
ac11c02b75
Removed the Seetron/SFX120 driver
2002-10-22 14:05:38 +00:00
hmilz
a209596907
*** empty log message ***
2002-10-22 06:54:58 +00:00
hmilz
a95ca75672
*** empty log message ***
2002-10-22 06:49:24 +00:00
gfk
f90b7ea4d5
Added the wiring to the comments.
2002-10-22 03:00:11 +00:00
dglaude
3c9a9a6af3
Keypad should work the 0.5 way now. Need testing and new LCDd.conf parameter.
2002-10-19 22:41:28 +00:00
dglaude
a1749fca52
Prepare for new key system in MtxOrb.
2002-10-19 22:16:40 +00:00
dglaude
1b351cf213
I should not have modify global setting, but since I maintain MtxOrb, I make it easy for me.
2002-10-19 21:19:10 +00:00
dglaude
060f8d2faf
MtxOrb need to be maintained. I lost custom char and Contrast goes wrong.
2002-10-19 21:13:38 +00:00
gfk
94efcc17a0
Patch by Marc-Oliver Straub for the big clock screen.
2002-10-19 03:04:26 +00:00
gfk
730670fd9a
Darn, FreeBSD outb was upside down...
2002-10-03 20:30:12 +00:00
gfk
85f72ddc0e
Starting the developers docs in docbook.
2002-10-01 18:49:54 +00:00
gfk
46f930bf98
Starting the developers docs in docbook.
2002-10-01 18:40:21 +00:00
gfk
71389edb05
Set version to 0.5
2002-10-01 00:01:00 +00:00
gfk
b8480b8d7a
Removed warnings and added some comments.
2002-09-28 16:04:50 +00:00
gfk
4564aba771
Added the mtc_s16209x driver by Michael Boman.
2002-09-28 00:57:35 +00:00
dglaude
8ce713efbe
Two new features: new Icons & Keypad (down event only and no auto-repeat)
2002-09-04 20:58:13 +00:00
dglaude
33a04de1f9
Correction related to CFontz[633]
2002-09-04 20:52:05 +00:00
gfk
8302e930a0
Added two lib checks for sched_setscheduler.
2002-08-28 22:29:08 +00:00
gfk
0ffc198db1
2 portability fixes: Added tests for i386 on BSDs and added a check for sched_setscheduler.
2002-08-27 02:03:33 +00:00
robijn
6da4b44139
Added lcdexec
2002-08-19 20:47:52 +00:00
gfk
2387f30bc3
Added a few todos that would improve lcdproc client portability.
2002-08-11 19:33:56 +00:00
gfk
65881f732d
Changed the web site to http://lcdproc.org/
2002-08-11 19:32:57 +00:00
robijn
dc619e596f
- Moved some code from main.c to screenlist.c
...
- Implemented reloading by sending SIGHUP.
- Now doing 'real 8Hz' rendering and 32Hz input processing.
- Removed noscreen feature (that we rejected).
2002-08-04 20:58:51 +00:00
robijn
8a1933e3b9
Removed some debugging.
2002-08-04 20:52:36 +00:00
robijn
7d39b49079
- Implemented config_clean.
...
- Now using strdup(str) i.o. malloc(strlen(str)+1).
2002-08-04 20:52:00 +00:00
robijn
0da708ec94
Fixed bug in experimental parsing function, that caused crash at reporting
...
of errors.
2002-07-17 22:09:06 +00:00
robijn
bcee881c3a
Fixed bug on cursor on/off command.
2002-07-17 22:07:41 +00:00
robijn
c8fc08f6e3
Reporting cleaned up and levels made more consistent.
2002-07-14 20:30:33 +00:00
robijn
380000357d
Stand-in snprintf routines will no longer be used if snprintf function is present in libc.
2002-07-14 20:14:12 +00:00
robijn
fa6dadd1b2
Fixed memory leak in this apparently cursed area of the code.
2002-07-13 22:25:18 +00:00
robijn
895f45b589
Removed accidently added lcdexec entries.
2002-07-11 22:21:32 +00:00
robijn
1156c51062
Menu stuff update. Fixed some of the probably many bugs and made things a
...
bit more consistent.
2002-07-09 22:56:05 +00:00