aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/lv_pinetime_theme.c
Commit message (Collapse)AuthorAgeFilesLines
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-447/+0
|
* More timeout options and improved checkbox alignmentRiku Isokoski2022-08-021-1/+1
|
* Theme cleanup (#1256)Riku Isokoski2022-07-311-122/+30
| | | Remove unnecessary comments, styles, colors, overrides. Fix arc colors
* Disable clip_corner, because it is slow.Riku Isokoski2022-05-081-1/+2
|
* Fix dropdown graphical issues.Riku Isokoski2022-05-081-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.
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-9/+9
| | | | | This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
* Make switch disabled state slightly dimmerRiku Isokoski2022-02-121-1/+2
|
* Alarm: Change checkable button for a switchRiku Isokoski2022-02-121-4/+3
|
* Style checkboxes as radio buttonsRiku Isokoski2021-12-091-1/+0
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-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.
* add basic metronome app (#409)Bryton Hall2021-06-121-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
* Reformatted all the files according to clang-format styleAvamander2021-04-241-376/+367
|
* 0.16.0 TWI problems fixJoaquim2021-04-101-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
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-091-14/+61
|\ | | | | | | | | | | | | | | | | | | | | | | # 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
| * Big UI and navigation RewriteJoaquim2021-04-041-14/+58
| | | | | | | | | | | | | | | | | | | | | | 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...
* | First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants2021-04-041-1/+12
|/ | | | wrist rotation + app to see the value of the 3 axis in "real time".
* Fix delay in button actionsJoaquim2021-02-221-30/+1
|
* LVGL v7.10.0Joaquim2021-01-281-0/+511