Commit Graph
33 Commits
Author SHA1 Message Date
mmdolze d06d06cba7 Register some ToDos. 2011-02-27 15:38:57 +00:00
mmdolze 471fbc593e Fix select() not being used even if its available. config.h has to be included
before any HAVE_### macros may be used! Cleanup comments and group related
function descriptions.
2011-02-27 11:36:44 +00:00
mmdolze fd9b2ce713 Big cleanup: Remove trailing whitespace from files (except those imported
from external sources).
2010-10-30 18:04:21 +00:00
mmdolze 9ead06df4e CFontzPacket updates:
- Add a structure describing known models, their features and default settings.
- Use partial screen updates for newer CFA633 versions.
- For CFA533/633 use the same character mapping as for HD44780.
- Fixed a few typos.
- Use C-style comments only.
- Add a warning about the driver being deprecated to CFontz633. Users should
  use CFontzPacket with Model=633 instead.
2010-02-13 16:43:15 +00:00
marschap 26af05d9e1 add Doxygen file description 2008-12-22 19:26:47 +00:00
marschap 9a95363b81 fix a bug with a bug related to the debug() commenting; doxygenate 2007-10-04 13:58:57 +00:00
mmdolze 9389fcec3a Fix commenting out debug info. 2007-09-30 09:21:08 +00:00
mmdolze 2346dcccc2 Fix one incomplete comment from previous commit. 2007-08-23 05:06:46 +00:00
marschap 8a6e438c1d don't call debug() right now as it requires the Driver * structure 2007-08-05 14:33:15 +00:00
marschap 1899ff755c make including config.h always depend on HAVE_CONFIG_H; replace printf() by debug() 2007-06-17 10:20:55 +00:00
marschap f10895d04d FSF address change 2006-09-30 18:18:22 +00:00
marschap ee0355fc9d make CFONTZ633_WRITE_DELAY=250 the default if CFONTZ633_WRITE_DELAY is not defined 2006-09-28 20:07:18 +00:00
marschap 487f0c5c09 fix typo 2006-09-13 10:31:37 +00:00
marschap ee1e5c967f convert between CRC and the bytes comprising it manually to avoid endianness issues 2006-09-09 20:12:38 +00:00
marschap 9b111eeac4 cleanup: remove unnecessary (=invisible) leading spaces 2006-04-27 15:01:49 +00:00
marschap 3be87bda21 relicence CFontz633io.c and explain the reasons for it 2006-03-29 10:55:02 +00:00
marschap a66d02577e don't wait forever for the correct response 2006-01-16 19:49:48 +00:00
boercher 7674db0eb5 avoid Doxygen warnings 2005-10-25 22:38:19 +00:00
marschap cfcf89ccd1 get rid of local variable incoming_command; prepare for changes that allow
querying the LCD module from the driver (e.g. for its model, firmware, ...)
2005-08-31 16:36:27 +00:00
marschap 9db867e71f small fixes 2005-07-27 19:31:08 +00:00
marschap 5a44ae5407 update server/drivers/CFontz633io.c so that it checks for an appropriate
response when sending a packet; adapt autoconf infrastructure to support that
2005-07-03 18:48:31 +00:00
marschap 448c39f63c replace printf() used for debugging by fprintf() 2005-07-03 18:03:10 +00:00
marschap 0705a4255e Don't write 0-length data 2005-07-01 11:28:13 +00:00
marschap 4e0eaa1aa6 add compile time option (not in configure.in) to support delays when writing 2005-06-05 14:55:07 +00:00
marschap ea214762ef little changes: arg reordering, ... 2005-05-31 14:53:18 +00:00
marschap b4d557123c reduce number of global/static variables;
make KeyRing and ReceiveBuffer functions take the KeyRing/ReceiveBuffer as an argument;
adapt CFontz633.c CFontzPacket.c accordingly;
remove superfluous functions; more effective writing; correct max. packet size
2005-05-30 16:56:29 +00:00
marschap 6508a57be7 remove obsolete function declarations, declare functions & variables only
locally used as static; remove duplicate and unised code
2005-05-29 19:42:47 +00:00
marschap 3658cedc35 space cleanup 2005-05-26 17:41:54 +00:00
marschap 8296d0b716 overhauled CFontz633io.c: doxygen'ated it, added more check for cyclical fifos, ... 2005-05-26 15:00:49 +00:00
marschap 7c6d32223b revamped KeyRing functions: stricter checks 2005-05-20 08:04:21 +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 a621a06268 Now treat input and display key: X when pressing keyboard 2002-06-05 23:30:54 +00:00
dglaude f71e4ccfd2 First attempt at CFontz633... 2002-04-10 23:06:45 +00:00