aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove BLE debug codeJean-François Milants2021-01-311-2/+2
|
* Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants2021-01-2616-72/+707
| | | | | | | | | as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
* changed command MemoryDataAccessControl from 036 to 0x36 in St7789 classNiall Cooling2021-01-211-1/+1
|
* Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022021-01-205-12/+49
|\ | | | | Fix erratic battery
| * Added more descriptive comments in doxygen format.panky-codes2021-01-171-9/+15
| |
| * Changed float to int in battery controller file.panky-codes2021-01-161-2/+2
| |
| * Changed std accumulate to use int instead of a float.panky-codes2021-01-161-1/+1
| |
| * Converted all the other float usage to int.panky-codes2021-01-164-8/+8
| |
| * Converted percent remaining calc to int.panky-codes2021-01-163-8/+7
| |
| * Adjusted the firmware to display percent instead of gfx.panky-codes2021-01-161-1/+2
| |
| * Adapted the accumulate function to return float.panky-codes2021-01-141-1/+2
| |
| * Implemented a circular buffer and added an average alg for batter remaining ↵panky-codes2021-01-142-3/+33
| | | | | | | | percentage.
* | Merge branch piggz/nav into develop:Jean-François Milants2021-01-20279-384/+10816
| | | | | | | | | | - fix conflict - add a icon for the navigation app.
* | Merge pull request #169 from JF002/heartRateSensorJF0022021-01-2029-23/+986
|\ \ | | | | | | Heart rate sensor
| * | Add heart rate BLE service.Jean-François Milants2021-01-179-7/+152
| | |
| * | Add License/copyright info in HR related files.Jean-François Milants2021-01-174-2/+30
| | |
| * | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-1712-35/+98
| | | | | | | | | | | | ON when the app is closed), display the HR value on the Clock app.
| * | HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2021-01-104-3/+28
| | |
| * | First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-1023-12/+714
| | |
* | | Merge pull request #171 from JF002/fix-lvgl-animationJF0022021-01-203-5/+56
|\ \ \ | | | | | | | | Fix bug in animation management for lv_label
| * | | Fix bug in animation management for lv_labelJean-François Milants2021-01-173-5/+56
| |/ /
* | | Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants2021-01-191-1/+1
| | |
* | | Adapt the UUID of Music service according to new guidelines.Jean-François Milants2021-01-192-41/+77
| |/ |/|
* | fix MusicService UUID typo in commentpetter2021-01-081-1/+1
|/
* Merge pull request #154 from jedmijares/twos-gameJF0022021-01-036-2/+311
|\ | | | | Adds 2048 clone game
| * adds 2048 clone gameJed2021-01-026-2/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | styles table reads touch events allows moving tiles allows merging tiles improves tile movement allows merging tiles adds score display implements color edit comments adjust game logic disallows double merges
* | Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants2021-01-021-1/+1
| |
* | Add source code license and link to github to system appMichael2020-12-282-2/+9
|/
* Update Paddle.cppZephyrLabs2020-12-201-1/+0
| | | | blankline removal
* Update Paddle.cppZephyrLabs2020-12-201-16/+13
| | | | fix uppercase
* Update Paddle.hZephyrLabs2020-12-201-4/+4
| | | | fix uppercase
* Update Paddle.cppZephyrLabs2020-12-201-1/+1
| | | | tranparent paddle bug fix.
* Update Paddle.cppZephyrLabs2020-12-081-21/+115
| | | | added changes from PR
* Update Paddle.hZephyrLabs2020-12-081-105/+10
| | | | add changes from PR
* Update Symbols.hZephyrLabs2020-12-041-1/+1
| | | | change symbol to correct vale
* Update Paddle.cppZephyrLabs2020-12-031-2/+1
| | | | bugfix: add missing class
* Update Paddle.hZephyrLabs2020-12-031-2/+6
| | | | bugfix: add missing class
* Update DisplayApp.cppZephyrLabs2020-12-031-1/+1
| | | | fixed file typo
* Update DisplayApp.cppZephyrLabs2020-12-031-0/+1
| | | | added Paddle header and paddle app screen
* Update Apps.hZephyrLabs2020-12-031-1/+1
| | | | added Paddle app
* Update Paddle.cppZephyrLabs2020-12-031-0/+1
| | | | create Paddle.cpp
* Update Paddle.hZephyrLabs2020-12-031-0/+1
| | | | created Paddle.h
* Update jetbrains_mono_bold_20.cZephyrLabs2020-12-031-1/+0
| | | | added paddle symbol in font
* Update Readme.mdZephyrLabs2020-12-031-0/+1
| | | | added range of paddle symbol
* Update Symbols.hZephyrLabs2020-12-031-0/+1
| | | | added paddle symbol
* Update ApplicationList.cppZephyrLabs2020-12-031-0/+1
| | | | added paddle app
* Addition of new files in MakeListZephyrLabs2020-12-039-8/+265
| | | | added Paddle.cpp and Paddle.h
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-0191-421/+378
|\ | | | | Includes cleanup
| * Delete Tab.cpp and Tab.hokaestne2020-11-172-89/+0
| | | | | | | | as discussed with JF
| * fix TWI includesokaestne2020-11-161-0/+2
| |