summaryrefslogtreecommitdiff
path: root/src/displayapp/lv_pinetime_theme.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16Centralize most color definitions (#1258)Riku Isokoski1-447/+0
2022-08-02More timeout options and improved checkbox alignmentRiku Isokoski1-1/+1
2022-07-31Theme cleanup (#1256)Riku Isokoski1-122/+30
Remove unnecessary comments, styles, colors, overrides. Fix arc colors
2022-05-08Disable clip_corner, because it is slow.Riku Isokoski1-1/+2
2022-05-08Fix dropdown graphical issues.Riku Isokoski1-9/+2
The scrollbar would go out of bounds if DROPDOWN_PART_LIST had uneven padding. Also enable clip_corner feature to stop the selected item from overflowing.
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski1-9/+9
This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
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