Commit Graph
29 Commits
Author SHA1 Message Date
marschap 7eb5ecbce5 add driver EyeboxOne for the LCD display on the EyeboxOne (Cedric TESSIER aka NeCetiC) 2006-08-20 17:21:13 +00:00
marschap e74ec40375 new driver for LCD in Logitech G15 gaming keyboards (Anthony J. Mirabella) 2006-08-13 12:38:17 +00:00
marschap 5f4cfa3b88 - unified hd44780 sub-driver that replaces picanlcd & lcdserializer while
providing the same functions (Matteo Pillon)
- character mapping for special (almost) hd44780-compatible LCDs (Matteo Pillon)
2006-08-13 11:13:13 +00:00
marschap 7884f23794 update change log 2006-07-08 16:52:00 +00:00
marschap 5f6af60a23 document recent changes 2006-06-25 15:09:55 +00:00
marschap 2ff1b58edb re-factor iface screen code (M. Dolze) 2006-05-20 15:46:30 +00:00
marschap 6b9bfd085d add MD8800 driver for LCDs in Medion MD8800 PCs 2006-05-20 14:50:26 +00:00
marschap c76badd1be document recent changes 2006-05-07 10:20:27 +00:00
marschap 403b23fb4f document changes 2006-05-01 11:42:36 +00:00
marschap ff0e33b82f document changes 2006-04-28 15:45:43 +00:00
marschap 95a54cfbc1 convert bignum library; adapt serialVFD, CFontzPacket, IOWarrior 2006-04-25 20:13:28 +00:00
marschap 2874ab1f69 documnt adding lcdvc 2006-04-24 20:11:10 +00:00
marschap ff0cb79b17 let lcdproc & lcdexec have their own private config file;
install server & client config files to $(sysconfdir) (using automake features)
2006-04-15 19:48:11 +00:00
marschap 07dce5e7a1 prepare for next release ;-) 2006-04-15 14:20:57 +00:00
marschap 0dca7892d4 correct the version number 2006-04-13 07:21:21 +00:00
marschap cf5ac7797b rename "pylcd" driver to "pyramid"; finish renaming of "sli" driver 2006-04-12 16:04:06 +00:00
marschap b6f52faceb correct a few omissions 2006-04-05 10:49:52 +00:00
marschap d9999ff9d3 updates in preparation of version 0.5 2006-03-29 06:34:41 +00:00
marschap 0dc290c722 update changelog 2006-03-28 14:03:24 +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
reenoo 415ca220a7 0.4.3 -> 0.5 merging 2002-05-28 12:54:09 +00:00
ddouthitt a69505658a Forgot to update the ChangeLog as I went... 2001-09-25 15:17:22 +00:00
ppokorny 761e4d3938 Updated version to 0.4.2 and added comments to ChangeLog documenting
the updates.
2001-07-19 01:07:33 +00:00
ppokorny 00cc9fca23 + Changed protocol to 0.3 because we now accept both -foo and foo
as argument introducers.  in 0.4-pre10, these were changed
   from foo to -foo and this broke many clients.  This change
   should fix that and be backward/forward compatible.
 + Added a noop function to the protocol.  This is useful for writing
   shell script clients of LCDproc.
 + Changed the shared sock_send_string function to NOT send the
   ending NUL ('\0') byte with the string.  This was confusing
   in Perl clients which saw NUL's as the first character of
   each reply.  WARNING: The LCDPROC client depended on this
   behavior, your client may too.  Use the newline instead.
   See the code in clients/lcdproc/main.c (look for "switch(buf[i])")
   to see one way to handle this.  This should allow new clients
   to connect to old servers and vice-versa.
 + Messed with include structure in .c files.  It should no longer
   be necessary to specify ../.. to get to shared code headers.
   Also, since we are using automake, the global config.h can be
   found with just #include "config.h" as it's location is included
   in a -I to the compilers.  As a result "make distcheck" now works.
2001-05-25 03:14:27 +00:00
ppokorny bae6cd0c21 Added GLK12232-25SM support with glk driver.
Fixed lots of small problems in various places.
Added new protocol commands screen_add/del_key so screens
   can request keystrokes when they are being displayed.
Lots of work on CPU GRAPH and BIG NUMBER CLOCK screens.
Fixed 'output' function in MtxOrb.c
2001-04-27 15:44:37 +00:00
hklein 80e8067108 Metar client added. 2000-01-19 00:27:43 +00:00
hklein f652415192 added entry for lirc 2000-01-18 02:53:07 +00:00
toykeeper e2401e4a72 Added PROTOCOL_VERSION define,
Started to change to new client-server protocol 0.2,
Added "slash" heartbeat mode...
2000-01-05 00:03:25 +00:00
William Ferrell a783963964 Merged Andrew McMeikan's HD44780 changes; replaced WHATNEWS with ChangeLog;
updated ChangeLog
1999-12-15 03:34:51 +00:00