summaryrefslogtreecommitdiff
path: root/src/displayapp/lv_pinetime_theme.c
AgeCommit message (Collapse)AuthorFilesLines
2022-02-12Make switch disabled state slightly dimmerRiku Isokoski1-1/+2
2022-02-12Alarm: Change checkable button for a switchRiku Isokoski1-4/+3
2021-12-09Style checkboxes as radio buttonsRiku Isokoski1-1/+0
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-06-12add basic metronome app (#409)Bryton Hall1-0/+13
* add basic metronome app * add bpb, tap to bpm, update widgets * use event pressed for bpm tap * move case statement break to the right place * narrow bpm selection range, override touch events * fix arc knob style * re-enable sleeping in destructor
2021-04-24Reformatted all the files according to clang-format styleAvamander1-448/+439
2021-04-100.16.0 TWI problems fixJoaquim1-4/+6
More memory for freertos heap and timer stack Fix warning in watchface Fix number of bytes read by cst816 Debug app to show freertos tasks Increased the number of bytes of the twi write buffer
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-15/+62
# Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/DisplayApp.h # src/displayapp/lv_pinetime_theme.c # src/displayapp/screens/ApplicationList.cpp # src/drivers/TwiMaster.cpp # src/systemtask/SystemTask.h
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-1/+12
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Big UI and navigation RewriteJoaquim1-15/+59
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-02-22Fix delay in button actionsJoaquim1-30/+1
2021-01-28LVGL v7.10.0Joaquim1-0/+511