Commit Graph
956 Commits
Author SHA1 Message Date
mmdolze d62a27fac1 Add an option to specify the DDRAM address of the next line.
This allows using the ST7036 controller like found on EA DOG modules.
2009-03-03 20:17:28 +00:00
mmdolze 82c69e7a6e Add proper doxygen to uPause
Decide on one style of comments
2009-02-28 07:43:54 +00:00
mmdolze fa6a746a28 Fix display initialization 2009-02-27 22:28:58 +00:00
mmdolze d45563671b Fix hbars missing bottom row of pixels 2009-02-26 07:03:55 +00:00
mmdolze 133a48cf34 Fix an off-by-one error 2009-02-25 21:31:47 +00:00
mmdolze 5b6d9f3915 Speed up lcd2usb driver by overriding uPause with an empty function (a lcd2usb
device keeps track of the timing itself)
Add more logging to backlight()
2009-02-24 21:55:59 +00:00
mmdolze aaed3765a1 Only update the backlight setting if a change is necessary 2009-02-24 21:41:04 +00:00
mmdolze 8ff94b83ed Correct naming of LCD2USB connection type 2009-02-24 21:34:16 +00:00
mmdolze 71c2f5cf18 Prevent server from stalling if time goes backwards (M. Vallevand) 2009-02-24 21:09:52 +00:00
marschap 26af05d9e1 add Doxygen file description 2008-12-22 19:26:47 +00:00
marschap 7b34eeec26 Doxygen-ize a bit 2008-12-22 18:24:40 +00:00
marschap 038423a10b Doxygen-ize 2008-12-22 17:42:19 +00:00
marschap 3012f2f4e0 Doxygen-ize; sort functions to order used in most other drivers 2008-12-22 17:16:50 +00:00
marschap e7f795a2d1 Doxygen-ize 2008-12-21 18:50:39 +00:00
marschap cea8d500ab fix typo in doxygen comment 2008-12-21 18:45:56 +00:00
marschap 3ed66ed4f3 Doxygen-ize 2008-12-21 18:34:31 +00:00
marschap 969e1369c0 make private data structs unique to keep Doxygen happy 2008-12-21 17:15:03 +00:00
marschap a273c98182 make Doxygen comments a bit easier to read 2008-12-21 17:13:26 +00:00
marschap cf92e1248e fix typo in path name in doxygen comment 2008-12-21 17:04:59 +00:00
marschap 6332be070a make Doxygen comments easier to read 2008-12-21 17:04:13 +00:00
marschap 72d5042683 make Doxygen happy by giving the private data structure a unique name 2008-12-21 17:02:04 +00:00
marschap 92df94302b extend Doxygen-ization; name private data struct to make Doxygen happy 2008-12-21 16:43:50 +00:00
marschap b54a4e3706 Doxygen-ize 2008-12-21 14:58:51 +00:00
marschap 175e4c7b4f better Doxygen documentation of icon() 2008-12-21 14:07:20 +00:00
marschap 55147836eb Doxygen-ize and update get_key() to use key strings 2008-12-21 14:03:04 +00:00
marschap b284a94751 keep structure declarations confined to the file where they are used 2008-12-21 13:01:33 +00:00
marschap 065fb021fe Doxygen-ize 2008-12-21 12:57:46 +00:00
marschap c9e3db4a8d extend Doxygen description of input method 2008-12-21 12:34:49 +00:00
marschap 4a3274442d Doxygen-ize methods exported to the server 2008-12-21 12:33:57 +00:00
marschap 0bb3bd3435 Doxygen-ize xosd driver; add support for big numbers (relevant only for 2-line case) 2008-12-21 11:17:39 +00:00
marschap b18d4c958b fix typo in Doxygen description. 2008-12-21 11:15:42 +00:00
marschap d012ba9874 Doxygen-ize the methods exported to the server 2008-12-21 10:15:21 +00:00
marschap 81ebe5ae88 first step in Doxygen-ization 2008-12-21 10:04:37 +00:00
marschap 5c3571d028 fix typo in previous commit 2008-12-19 20:01:28 +00:00
marschap c3aa927baf extend and Doxygen-ize 2008-12-19 19:59:01 +00:00
marschap 4bc8aec27a a little bit of cleanup 2008-12-19 19:45:24 +00:00
marschap ef9dc9e980 make Doxygen header text more similar to other drivers 2008-12-19 19:43:43 +00:00
marschap 6e0f310d08 basic Doxygen-ization 2008-12-19 19:40:53 +00:00
mmdolze 0e7a1f6322 Fix previous parameter renaming. 2008-12-14 23:38:42 +00:00
marschap dd0fc4a012 fix Doxygen errors in previous commit 2008-12-14 17:46:33 +00:00
marschap fba2e96e31 mkae driver creation more resilient against memory allocation errors; Doxygen-ize 2008-12-14 17:40:22 +00:00
marschap 30f16bcdaa use correct order for free()ing resources (Andre Guibert de Bruet) 2008-12-14 16:14:29 +00:00
marschap 99928e7303 make sure previously allocated mem get free()'d if subsequent allocactions fail 2008-12-14 09:59:34 +00:00
marschap 4b11c5aa17 make widget_create() fail on frame widgets if screen_create() fails 2008-12-14 09:54:13 +00:00
marschap 52f8121ba5 fix issues in widget_create() in tight memory situations (Andre Guibert de Bruet) 2008-12-14 09:33:01 +00:00
marschap 064ed18866 plug memory leak around argv2string() (patch by Andre Guibert de Bruet) 2008-12-13 08:03:53 +00:00
marschap ff75ce809f make PrivateData appear as driver-specific data structures for Doxygen 2008-12-07 19:41:36 +00:00
marschap 32345f6ad8 add support for info client function; Doxygen-ize a bit 2008-12-07 18:16:27 +00:00
marschap 8d2be0fd4a add get_info() fucntion, Doxygen-ize 2008-12-06 19:47:14 +00:00
marschap 80adf97b9e support defining custom characters with the 12832 model too 2008-12-06 17:32:48 +00:00