Commit Graph
104 Commits
Author SHA1 Message Date
marschap 280a60d30f don't needlessly duplicate code 2007-11-04 14:49:51 +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 0e6b1253a9 a few changes to better support gcc 2.95 (paul_c) 2007-05-28 17:55:59 +00:00
marschap 19af8a8697 MtxOrb driver: fix VFD/VKD support (Ethan Dicks) 2007-05-13 12:48:41 +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 c8128c3e37 fix previous commit to this file 2006-12-03 12:03:22 +00:00
marschap 2a34abeb8e take care of VKD modules when changing brightness 2006-11-26 20:42:42 +00:00
marschap 7ade78b84f make MtxOrb use Brightness & OffBrightness like CFontzPacket 2006-11-26 19:03:50 +00:00
marschap f6e3027102 optimize flush() 2006-11-26 18:35:30 +00:00
marschap 2843e65f8e add hardware_cear() function 2006-11-26 18:32:59 +00:00
marschap db27eb5f95 remove old key mapping code 2006-11-26 18:28:47 +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 9608cf6d6f change MtxOrb kyboard mapping code to use KeyMap_<X>=<name> 2006-10-06 18:35:01 +00:00
marschap 247ba1c193 correct logic in get_key() (Ethan Dicks) 2006-10-05 18:58:59 +00:00
marschap 2088f7cc1a a few comments 2006-10-01 18:07:06 +00:00
marschap e1f84a8008 bring all DEFAULT_* definitions into one place 2006-10-01 17:59:52 +00:00
marschap bf5edbd652 add new key mapping code (as a compile time option) 2006-10-01 16:17:41 +00:00
marschap 8a5e6d5475 complete rewrite of MtxOrb driver (special thanks to Ethan Dicks for
testing and finding & correcting the bugs I introduced)
2006-10-01 12:20:34 +00:00
marschap f10895d04d FSF address change 2006-09-30 18:18:22 +00:00
marschap cc2c84a7b8 declare constant function parameters const (as well as constant function return values) 2006-09-12 16:23:24 +00:00
marschap 9b111eeac4 cleanup: remove unnecessary (=invisible) leading spaces 2006-04-27 15:01:49 +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 b3c07e229e harmonize coding style and messages; add more checks 2006-04-08 14:27:24 +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 580e59b6a4 streamline config file parameter names 2006-04-05 10:40:41 +00:00
boercher bba4631370 eliminated compiler warnings 2005-10-25 22:34:07 +00:00
marschap d7d2c5771f update bar functions to 0.5 API for Wirz SLI and MTC_S16209X drivers 2005-07-25 17:54:07 +00:00
marschap 3e1ed65a12 cosmetic changes to a few drivers: keep functions not in the 0.5 API private 2005-07-25 17:05:39 +00:00
marschap ca7b9f3f45 fixes in the get_key() functions; svgalib_drv.c instrumented with debugging code 2005-07-03 12:20:24 +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 112d58eb33 correct MtxOrb keypress mapping 2005-01-22 18:43:56 +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
wayn3 026e647e88 keypad_test_mode made functional. get_info also modified to work. 2002-11-24 01:18:43 +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 060f8d2faf MtxOrb need to be maintained. I lost custom char and Contrast goes wrong. 2002-10-19 21:13:38 +00:00
robijn 3168d4cafc Menustuff added/modified! 2002-05-26 19:21:23 +00:00
robijn dc4c049721 - Added some icons.
- Made sure all icon and vbar functions are not the old API functions.
- Removed heartbeat functions from drivers that did standard heartbeat.
2002-05-23 18:03:36 +00:00
dglaude 25fc33ec5c Cleanup and more extensive explanation of why we don't use hardware feature 2002-03-04 17:52:44 +00:00
dglaude a4089c644f Better vbar wich y support, cleanup of MtxOrb.h 2002-03-04 17:52:04 +00:00
dglaude 34c6492529 Now everything should be in PrivateDate 2002-03-04 17:51:15 +00:00
dglaude 1573bb5456 Added layer to bridge vbar/hbar from API 0.4 to API 0.5 2002-03-04 17:50:44 +00:00
dglaude 214128bf0f Moving cellwidth and cellheight to PrivateData. 2002-03-04 17:50:03 +00:00
dglaude 16c90bc00b Move MtxOrb_type, keypad_test_mode, _key, timer to PrivateData. 2002-03-04 17:49:25 +00:00
dglaude 090fbc0bf4 Move framebuf, old, contrast and backlightenabled to PrivateData. 2002-03-04 17:48:49 +00:00
dglaude 923ecd88c8 More stuff in PrivateData like fd ... 2002-03-04 17:48:14 +00:00
dglaude 7ec6b5fd2a Moving stuff into PrivateData (WIP) 2002-03-04 17:47:42 +00:00
dglaude 6247df0275 ??? check the diff, sorry ??? 2002-03-04 17:47:02 +00:00