mmdolze
96525e30b7
Refactor ubiquitous CGmode enum into lcd.h and convert remaining drivers
...
to use it.
2011-01-06 10:59:19 +00:00
mmdolze
2a3f558545
Add some more comments to CFontzPacket driver.
2010-10-31 14:09:05 +00:00
mmdolze
6efd439901
CFontzPacket: Report cell size according to display type (used to calculate
...
hBar width). Use block charcter (31d) on displays which have it instead of
the custom icon. On seamless displays do not fill the last line to avoid the
character banging together.
2010-05-11 21:11:09 +00:00
mmdolze
c084e6b800
Update documentation for CFontzPacket changes.
2010-02-13 17:33:27 +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
mmdolze
e914ee3d72
Check all http links, update permanent redirects. Do not remove links with
...
404 errors as they may still be available at www.archive.org.
2010-01-30 18:53:43 +00:00
mmdolze
2f4c1e5185
Modify serial drivers to use cfmakeraw where applicable. Affects CFontz*,
...
CwLnx, EyeboxOne, MtxOrb, hd44780-lis, and serialPOS.
2010-01-06 17:23:02 +00:00
mmdolze
6540908435
Re-indent CFontzPacket_flush to match file's indent style. Strip trailing spaces.
2009-11-01 10:25:08 +00:00
mmdolze
24338eccd7
Avoid re-declaration of reboot. Silence some lint warnings.
2009-11-01 10:10:56 +00:00
marschap
175e4c7b4f
better Doxygen documentation of icon()
2008-12-21 14:07:20 +00:00
marschap
c9e3db4a8d
extend Doxygen description of input method
2008-12-21 12:34:49 +00:00
marschap
81ebe5ae88
first step in Doxygen-ization
2008-12-21 10:04:37 +00:00
marschap
ff75ce809f
make PrivateData appear as driver-specific data structures for Doxygen
2008-12-07 19:41:36 +00:00
marschap
280a60d30f
don't needlessly duplicate code
2007-11-04 14:49:51 +00:00
marschap
86c4149642
a little bit of Doxygen here and there
2007-04-14 08:23:48 +00:00
marschap
6a1511bb72
* coding style harmonization in servers/
...
- explicitely declare void arguments
- make a few string args const
* better support for shorter displays in server screen
* make target to create top level tag file
2007-04-02 21:29:53 +00:00
marschap
220dd0a783
get rid of "magic" constant: use dynamically allocated string
2006-11-26 19:05:37 +00:00
marschap
7811b491db
refactor adv_bignum:
...
* support display heights > 4 (treated like height = 4);
* determine number of user-defineable chars using get_free_chars();
* allow custom chars starting at a character position (offset) != 0
* update and extend documentation
2006-10-15 16:06:08 +00:00
marschap
904828032a
fix Doxygen comments
2006-10-15 10:43:27 +00:00
marschap
2088f7cc1a
a few comments
2006-10-01 18:07:06 +00:00
marschap
8bcc3c0e31
fix typo
2006-10-01 13:23:07 +00:00
marschap
f10895d04d
FSF address change
2006-09-30 18:18:22 +00:00
marschap
be8aa83cbe
remove unused CGram type and variable
2006-09-29 21:29:47 +00:00
marschap
63c9f23742
remove unnecessary stuff; move things where hey belong
2006-09-29 10:03:43 +00:00
marschap
a34cbd1938
fix glitches
2006-09-20 14:43:00 +00:00
marschap
ccd4d7d32b
fix a few glitches in doxygen comments
2006-09-20 14:15:24 +00:00
marschap
9fa517f0b9
better wording of comments
2006-09-20 10:24:52 +00:00
marschap
1415588abb
doyygen'ate CFontzPacket.c; allow keys to be retrieved even if no changes happen (Steve Hill)
2006-09-20 08:03:15 +00:00
marschap
34193a935c
fix vertical bars
2006-06-05 09:12:29 +00:00
marschap
9b111eeac4
cleanup: remove unnecessary (=invisible) leading spaces
2006-04-27 15:01:49 +00:00
marschap
3c8146daed
indent to follow coding style
2006-04-26 09:59:54 +00:00
marschap
95a54cfbc1
convert bignum library; adapt serialVFD, CFontzPacket, IOWarrior
2006-04-25 20:13:28 +00:00
marschap
2d7bc08f12
remove unnecessary init_[hv]bar() methods
2006-04-25 18:29:10 +00:00
marschap
ce37984afc
set_char() based on bit array instead of char array
2006-04-25 18:23:51 +00:00
marschap
ae630e2613
add get_free_chars() method
2006-04-25 08:41:44 +00:00
marschap
01600bdbb1
add cursor() method
2006-04-25 07:50:06 +00:00
marschap
df38a63770
silence compiler warnings
2006-04-13 21:22:33 +00:00
marschap
30afa50bdf
cleanup: 'static'ize function which are not in the API anymore
2006-04-12 10:51:01 +00:00
marschap
587085a292
clarification: get_info() returns const char *
2006-04-12 08:12:13 +00:00
marschap
65a473f2b7
fix checks in *_num() functions: only when/where necessary
2006-04-11 20:57:15 +00:00
marschap
b9a3b9dc1f
harmonize coding style and messages, add more checks
2006-04-07 18:44:53 +00:00
marschap
743871cff3
make get_key() result const char *, so that it is not modified
2006-04-06 13:25:14 +00:00
marschap
8f4110ec26
add function to support the LCDproc protocol 'info' command
2006-03-11 07:58:54 +00:00
marschap
d372cfb3f8
change priority of some debugging statements
2006-01-16 20:14:49 +00:00
marschap
a0cd7a51e8
add new driver CFontzPacket for CrystalFontz CFA631, CFA633 & CFA635;
...
add new connection type 'i2c' for for the hd44780 contributed by
Matthias Goebl <matthias.goebl@goebl.net >;
harmonize spelling of driver names in configure script and LCDd.conf
2006-01-14 19:14:44 +00:00
marschap
a73fab8867
fix previous commit
2005-07-03 17:51:49 +00:00
marschap
b94ea7ba78
display default values on errors in init();
...
include speed into the display's PrivateData structure;
CFontzPacket.c: update optimization stragegy in flush() for CF631 & CF635
2005-07-03 15:25:55 +00:00
marschap
f0386c7eef
make CFontzPacket.c and CFontzs633.c even more similar
2005-07-02 21:03:53 +00:00
marschap
0ec83bdc66
get rid of old cruft: remove args argument from the modules' init() routines
2005-07-02 13:38:51 +00:00
marschap
40c3fb573b
make heartbeat and ellipsis icons align with other CFontz icons
2005-06-27 18:20:22 +00:00