aboutsummaryrefslogtreecommitdiffstats
path: root/drv_PICGraphic.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-05-23indentationmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1199 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-26Fixed realloc error handling in timer_group.c; changed the interval member ↵mjona1-1/+1
in the TIMER_GROUP structure from int* to int. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1185 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27various compiler warnings fixedmichael1-7/+7
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1153 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27indentationmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1150 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-01-23timer.c: skip intermediate timer intervalsmzuther1-1/+1
"timer_inc()" now checks how many trigger intervals have passed since a given timer has been updated. This might be due to "negative clock skew" (think of summer time) or the fact that some processing took too long (i.e. fetching of a web site). These missed trigger intervals are then skipped and the user is notified so that he may adapt his timer settings. This handling is essential, otherwise unprocessed timers might stack up and would trigger continuously while at the same time becoming notoriously late and unreliable. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1141 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-01-04indentationmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1139 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-11-20started commenting the timer codemzuther1-1/+1
I'm not done yet, but my system is currently very unstable, and I don't want the changes to get lost... :( git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1134 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-07-13support for Sure Electronics's 1602 LCD Display Board with USB from Mikhailmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1126 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-11-19drv_PICGraphic.cedman0071-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1065 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-11-18the DBus plugin is now disabled when dbus is not installed instead of ↵edman0071-2/+3
stopping the build Fix a few warnings in drv_PICGraphic.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1064 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-11-05added protocol details to PICGraphic driver, fixed typos is generic headerspeterbailey1-28/+78
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1051 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-11-03adding PICGraphic driverpeterbailey1-0/+427
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1049 3ae390bd-cb1e-0410-b409-cd5a39f66f1f