Commit Graph

2163 Commits (1857b02efa6607694849036eeba6f6c995f1b447)
 

Author SHA1 Message Date
Diego Miguel 18cff286c7 Make notification color white when side cover off 2022-06-11 16:57:24 +07:00
Diego Miguel 2ad51e6a98 Fix date alignment 2022-06-11 16:57:24 +07:00
Diego Miguel 4e9fe3f36d Simplify code 2022-06-11 16:57:24 +07:00
Diego Miguel 20b31fdbe5 Show battery indicator when side cover hidden 2022-06-11 16:57:24 +07:00
Diego Miguel 603af7c372 Better alignment of the date label 2022-06-11 16:57:24 +07:00
Diego Miguel cb2131ec2c Implement charging battery animation 2022-06-11 16:57:24 +07:00
Diego Miguel b5bf6c51a4 Implement battery indicator 2022-06-11 16:57:24 +07:00
Diego Miguel 9122547657 Make Pine64 logo darker 2022-06-11 16:57:24 +07:00
Diego Miguel f6f6f9507f Use existing fonts in Infineat watchface 2022-06-11 16:57:24 +07:00
Diego Miguel a4c3558ed7 Fix bleIcon in Infineat watchface after upstream rebase 2022-06-11 16:57:24 +07:00
Diego Miguel dd0d2a4102 Make Pine64 logo background transparent 2022-06-11 16:57:24 +07:00
Diego Miguel f5e9055e09 Make function DayOfWeekShortToStringLow const 2022-06-11 16:57:24 +07:00
Diego Miguel b15f90aa1d Bump settings version (#1) 2022-06-11 16:57:24 +07:00
Diego Miguel 8942791f57 All ready for PR 2022-06-11 16:57:21 +07:00
Diego Miguel a3bfbb5e08 Implement SettingWatchFace list 2022-06-11 16:56:35 +07:00
Diego Miguel b561e7f3d0 Implement CheckboxList screen 2022-06-11 16:56:35 +07:00
Diego Miguel f9d2b78c8d Small color adjustments 2022-06-11 16:56:35 +07:00
Diego Miguel fcdf6dea4d Change Pine64 logo to grayscale 2022-06-11 16:56:35 +07:00
Diego Miguel 6eb5b99aa6 Fix aligment of time labels 2022-06-11 16:56:35 +07:00
Diego Miguel f1f7fb7f49 Add whitespace char to Teko font 2022-06-11 16:56:35 +07:00
Diego Miguel a890f8568a Fixes in side cover toggling 2022-06-11 16:56:35 +07:00
Diego Miguel 03790d4e63 Build on push to 'colors-rebase' branch 2022-06-11 16:56:35 +07:00
Diego Miguel be16ef0d56 Update BLE controller in Infineat watchface 2022-06-11 16:56:35 +07:00
Diego Miguel 8f54332e5d Fix typo 2022-06-11 16:56:35 +07:00
Diego Miguel b5fbcf0eee Add lowercase days of the week 2022-06-11 16:56:35 +07:00
Diego Miguel da2cf8e913 Add 'Bebas Neue' and 'Teko' fonts 2022-06-11 16:56:35 +07:00
Diego Miguel c2ecd4c731 Add Infineat settings to settings controller 2022-06-11 16:56:35 +07:00
Diego Miguel a89fca7f86 Add 'circle' symbol & Pine64 logo 2022-06-11 16:56:35 +07:00
Diego Miguel 17d37d5ca5 Add Infineat watchface to settings 2022-06-11 16:56:35 +07:00
Diego Miguel ae705f23a5 Implement watchface Infineat 2022-06-11 16:56:35 +07:00
Diego Miguel Lozano de62620de1
Remove duplicated value in fonts.json (#1179) 2022-06-11 17:00:26 +07:00
kieranc 7e169ee4aa
Fix typo in gettingStarted guide (#1178) 2022-06-07 21:44:40 +07:00
Riku Isokoski 955dda60c5 Use lambda to reduce code duplication 2022-06-06 21:28:03 +07:00
Riku Isokoski 6cfb45e280 Move event handlers to unnamed namespace 2022-06-06 21:28:03 +07:00
Riku Isokoski c6026aa617 Use static constexpr to force compile time initialization 2022-06-06 21:28:03 +07:00
Riku Isokoski 254c85246e Timer: Replace time label with Counter control hiding functionality 2022-06-06 21:28:03 +07:00
Riku Isokoski 4a40d29279 Counter: add show and hide controls functions 2022-06-06 21:28:03 +07:00
Riku Isokoski 41c461d1f6 Move linePoints to a member variable 2022-06-06 21:28:03 +07:00
Riku Isokoski 17cedd6629 Move bg color to a constexpr variable 2022-06-06 21:28:03 +07:00
Riku Isokoski 1d34e83c97 Use Counter widget in Timer 2022-06-06 21:28:03 +07:00
Riku Isokoski 9e18c23aac Lighten the large font for a more balanced look
Add Jetbrains Mono Light font
2022-06-06 21:28:03 +07:00
Riku Isokoski 12d4bc4139 Add initial counter widget 2022-06-06 21:28:03 +07:00
Seth Itow 17079fb114 doc: Fix imageFile.png path in SWD.md 2022-06-06 21:20:13 +07:00
Riku Isokoski c2b15b1446 Move basic apps to the top of the app list 2022-06-06 20:47:34 +07:00
Ildar Mulyukov 7bc692eea4 src/CMakeLists.txt: use iHEX format for mcuboot image creation
for better control of addresses used by img/fw
+ fix typo (RECOVERYY)
2022-06-06 19:41:57 +07:00
Ildar Mulyukov 36740498db CMakeLists.txt: add double quotes in STRIP command
fixes cases when git is missing in the build system
2022-06-06 19:41:57 +07:00
Ildar Mulyukov 5f28f89df2 fix wrong linker script
introduced in 58a2d000c4
2022-06-06 19:41:57 +07:00
Michele Bini 35dcf8c860
Switch to freertos timers (#1095)
* Use FreeRTOS timer for AlarmController
* Use FreeRTOS timer for MotorController
* Remove app_timer component from compilation as we now solely use
  FreeROTS timer
* Simplify variable and text names for AlarmController and MotorController timers
* Call ScheduleAlarm directly from StopAlerting, for recurring timers

Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
2022-06-06 17:47:43 +07:00
mabuch f95147cf0e
remove unused symbols, free a little bit of space (#1167) 2022-06-05 19:43:49 +07:00
mabuch 91a3e98276
remove unused Meter.cpp and Meter.h (#1171) 2022-06-05 19:35:33 +07:00