Commit Graph
513 Commits
Author SHA1 Message Date
marschap 32aa1feac7 use symbolic constant NUM_CCs instead of 7 2006-06-25 15:00:55 +00:00
marschap 7585552398 bugfix: do not write ints when you want to write chars 2006-06-20 18:28:50 +00:00
marschap 0fcedaa546 fix indentation & typo 2006-06-20 17:21:27 +00:00
marschap 6a1a98ccba little cleanups 2006-06-20 17:19:43 +00:00
marschap 76bd9644d5 fix flickering backlight on a single winamp wired hd47780 (Robin Gilks) 2006-06-18 12:10:10 +00:00
marschap 4be0826e83 add debug output to get_key() 2006-06-18 11:04:48 +00:00
marschap 34193a935c fix vertical bars 2006-06-05 09:12:29 +00:00
marschap 6b9bfd085d add MD8800 driver for LCDs in Medion MD8800 PCs 2006-05-20 14:50:26 +00:00
marschap 501536cdda add new parts of serialVFD driver (Stefan Herdler 2006-05-20 14:39:32 +00:00
marschap 8ba4e54a3b update serialVFD driver (Stefan Herdler) 2006-05-20 14:38:18 +00:00
marschap aa4b7f922f document bignum library; fix and shrink bignum library (both S. Herdler) 2006-04-29 13:47:56 +00:00
marschap d4a3e7444d cleanup: remove unnecessary (=invisible) leading spaces 2006-04-27 15:10:59 +00:00
marschap 9b111eeac4 cleanup: remove unnecessary (=invisible) leading spaces 2006-04-27 15:01:49 +00:00
marschap 3827d1ce50 convert CFontz633 driver to use bignum library 2006-04-26 10:00:20 +00:00
marschap 3c8146daed indent to follow coding style 2006-04-26 09:59:54 +00:00
marschap e43b741795 convert hd44780 driver to use bignum library, add a few security checks 2006-04-26 09:46:01 +00:00
marschap 7c92890b64 add character cell size functions 2006-04-26 08:08:04 +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 f121223845 add cell size functions, harmonize chardef stuff 2006-04-25 18:23:31 +00:00
marschap ffd0ecf48c set_char() based on bit array instead of char array 2006-04-25 11:24:46 +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 968665c2a3 little optimization 2006-04-25 07:49:37 +00:00
marschap fb1074a91e update copyright 2006-04-24 20:33:05 +00:00
marschap fb88054f97 update glk driver: include contents of glk_init_num() into glk_num() 2006-04-24 20:32:47 +00:00
marschap 9d5444f95f fix previous patch 2006-04-24 16:14:50 +00:00
marschap 35e408dbf9 add extension by S. Reinauer 2006-04-24 15:45:35 +00:00
marschap ddd233c142 remove unused RCSID 2006-04-15 10:44:52 +00:00
marschap c4e41d5fd5 check for initialization errors in HD44780 sub-drivers 2006-04-14 12:15:41 +00:00
marschap d39c092fb4 fix a few more warnings 2006-04-14 08:04:09 +00:00
marschap df38a63770 silence compiler warnings 2006-04-13 21:22:33 +00:00
marschap 657c2c88ba extend pyramid driver fixing a few bugs on the way 2006-04-13 15:14:34 +00:00
marschap c4dc414849 correct link to PICanLCD user manual; add a paragraph about lis2 2006-04-13 14:57:10 +00:00
marschap cf5ac7797b rename "pylcd" driver to "pyramid"; finish renaming of "sli" driver 2006-04-12 16:04:06 +00:00
marschap 30afa50bdf cleanup: 'static'ize function which are not in the API anymore 2006-04-12 10:51:01 +00:00
marschap b4569563b4 cleanup: make prefix match the driver's name 2006-04-12 08:33:10 +00:00
marschap ac5987c943 cleanup: rename prototypes of unused functions 2006-04-12 08:18:25 +00:00
marschap 587085a292 clarification: get_info() returns const char * 2006-04-12 08:12:13 +00:00
marschap e558530d02 rename imonPD *pPD to PrivateData *p for consistency with other drivers; add cellwidth()/cellheight() 2006-04-12 07:48:10 +00:00
marschap 65a473f2b7 fix checks in *_num() functions: only when/where necessary 2006-04-11 20:57:15 +00:00
marschap 66e38659cb update documentation to reality (as far as I know it ;-) 2006-04-11 17:54:58 +00:00
marschap 1b40d2b47a correct typo 2006-04-11 17:28:30 +00:00
marschap d625ec678e cleanup; remove old cruft 2006-04-11 17:18:59 +00:00
marschap 34b27e3e47 remove unnecessary comment 2006-04-11 10:45:32 +00:00
marschap 4351a83d14 convert to use PrivateData 2006-04-11 10:26:00 +00:00
marschap 24efbbbd20 add a few comments 2006-04-11 07:17:27 +00:00
marschap 938340fae6 properly release private pointer, add check for fd 2006-04-11 07:04:06 +00:00
marschap 5c572cb93b convert to use PrivateData 2006-04-10 21:42:33 +00:00