aboutsummaryrefslogtreecommitdiff
path: root/ui.c
AgeCommit message (Collapse)AuthorFilesLines
2014-08-19Switch to new timer, fix usabilityLars-Dominik Braun1-62/+102
Seems to work so far, gyro is a little too sensitive.
2014-07-22Convert printf into putsLars-Dominik Braun1-11/+10
Removes ~1.5k code size, still not working.
2014-07-22Speaker and LED pwmLars-Dominik Braun1-12/+39
Something is not correct here, stack overflow?
2014-07-08Coarse/fine selection modesLars-Dominik Braun1-69/+88
2014-06-17Alarm state + defines + documentationLars-Dominik Braun1-21/+61
2014-06-17Translate LED id’s based on orientationLars-Dominik Braun1-8/+19
And fix orientation change detection.
2014-06-17ui: AddedLars-Dominik Braun1-0/+232
Seems to work mostly now.