summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceAnalog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-09-17Improve status icon visibilityRiku Isokoski1-1/+0
2022-08-16Centralize most color definitions (#1258)Riku Isokoski1-2/+3
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-23/+21
2022-04-25New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski1-13/+14
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski1-2/+2
This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski1-5/+5
2022-03-14WatchFaceAnalog: local date/time variablesReinhold Gschweicher1-6/+6
Use local date and time variables. No need to store them in the object.
2022-03-03removed SetClockFace from watchface ConstructorsYehoshua Pesach Wallach1-1/+0
2021-12-02WatchFaceAnalog : move notification iconSteveis1-1/+1
Standardise notification icon to display in top left.
2021-12-02WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold Gschweicher1-0/+2
Remove unused `ScreenList.h` include. For `std::abs()` add needed include `<cmath>`. For the forward declared Settings-Controller add the `Settings.h` include to the cpp file.
2021-11-15Move up file header include to topReinhold Gschweicher1-1/+1
2021-11-15remove unused libs/ prefix from lvgl includes as not neededReinhold Gschweicher1-1/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-5/+5
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-09-03Auto realign battery icon in Analog watch faceRiku Isokoski1-0/+1
2021-09-03Detect full charge and improve watchface displayRiku Isokoski1-4/+24
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski1-2/+2
2021-08-15Ui updateRiku Isokoski1-2/+2
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski1-29/+22
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants1-30/+22
inspired by PR #232 by nscooling.
2021-07-19Set remaining default periods to LV_DISP_DEF_REFR_PERIODRiku Isokoski1-1/+1
2021-07-19Refresh reworkRiku Isokoski1-3/+3
2021-07-13Merge branch 'develop' into notify-battery-levelJean-François Milants1-32/+44
# Conflicts: # src/displayapp/screens/BatteryInfo.cpp
2021-07-11Refactor trig functions into LUT (#476)Jonathan Vander Mey1-32/+44
Replaced the use of the standard library trig functions with a LUT-based implementation instead. The standard library implementations produce more accurate results but the usage here doesn't need that. This ends up saving nearly 7kB of binary size.
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-1/+0
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-06-22Fix typo in variable names (#430)Jonathan Vander Mey1-4/+4
2021-04-24Reformatted all the files according to clang-format styleAvamander1-58/+53
2021-03-22Updated to include WatchFaceAnalog and fixed clashesNiall Cooling1-0/+210
2021-03-06Update from JF comments to PRJoaquim1-6/+0
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+214