summaryrefslogtreecommitdiffstats
path: root/timer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Use libsimple instead of libcoreMattias Andrée7-142/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-30m + Add timerMattias Andrée6-10/+400
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-28Add diceMattias Andrée2-0/+196
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-28mMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-28Add counterMattias Andrée5-7/+290
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-26stopwatch: do not reset when saving lap timeMattias Andrée1-19/+20
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-25stopwatch: add key p for pausingMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-25backlight: add todosMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-25backlight: remove old debug printsMattias Andrée1-5/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-25mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-25stopwatch: add lap counterMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-03-25Add clockMattias Andrée4-2/+556
Signed-off-by: Mattias Andrée <maandree@kth.se>