Commit graph

2224 commits

Author SHA1 Message Date
minacode b9ede114bf reset value after copy to result 2024-07-16 14:57:05 +02:00
minacode 477ad1e840 fixed various issues 2024-07-16 14:57:05 +02:00
minacode 852c1de622 save changes 2024-07-16 14:57:05 +02:00
minacode 5433363f01 format 2024-07-16 14:57:05 +02:00
minacode b64787ac6d colored current button 2024-07-16 14:57:05 +02:00
minacode 0048a8b2b5 fix backspace for zeros 2024-07-16 14:57:05 +02:00
minacode 4096da4952 fix offset bug from backspace 2024-07-16 14:57:05 +02:00
minacode 3fce445420 format 2024-07-16 14:57:05 +02:00
minacode 7a7ffca49c WIP: = repeats calculation 2024-07-16 14:57:05 +02:00
minacode e46a1ca712 add backspace button 2024-07-16 14:57:03 +02:00
minacode 8c10adc890 set value bounds and checks 2024-07-16 14:55:58 +02:00
minacode 64fb4f92cc WIP: refactored the prints 2024-07-16 14:55:58 +02:00
minacode 0957bdcb43 fixed crashes 2024-07-16 14:55:58 +02:00
minacode 37b0842f92 change float to double 2024-07-16 14:55:58 +02:00
minacode 21e2427c62 changed long int to int64_t 2024-07-16 14:55:58 +02:00
minacode cacf107c11 format 2024-07-16 14:55:58 +02:00
minacode 5af0a3410d fixed number displays 2024-07-16 14:55:58 +02:00
minacode fed59f18fa make buttons bigger 2024-07-16 14:55:58 +02:00
minacode 7e7aa6c04e fixes and cleanup 2024-07-16 14:55:58 +02:00
minacode f2e6e835a4 added calculator symbol 2024-07-16 14:55:57 +02:00
minacode 9d4ad4e619 added pow with floats 2024-07-16 14:53:12 +02:00
minacode 1aec3afdfa added fixed point numbers, pow is still broken 2024-07-16 14:53:12 +02:00
minacode ba9d4772ff add offset 2024-07-16 14:53:12 +02:00
Max Friedrich e0cd8f60de Fix comparison 2024-07-16 14:53:12 +02:00
minacode 1770866d5e add int calculator 2024-07-16 14:53:08 +02:00
mark9064 f8f8993fac Batch display command arguments 2024-06-19 17:25:15 +02:00
Max Buchholz fdc3b8badb README: Change links from Pine wiki to new documentation
As the Wiki was replaced by a new documentation website and is read-only, we should update the links, to point to the most up-to-date documentation.
2024-06-15 12:00:37 +02:00
Jean-François Milants f9a16feeaf Continuous time updates
Add TODO.md in src/components/datetime. This file give detailed information about a refactoring of the DateTimeController that would be nice to do in the future.
2024-06-09 18:34:07 +02:00
mark9064 4930c0cab7 Include assert (fix sim) 2024-06-09 18:34:07 +02:00
mark9064 a449b272f7 Continuous time updates 2024-06-09 18:34:07 +02:00
Felipe Martínez 9e406c70f9 Remove unnecessary BMA421 reads 2024-06-02 15:48:26 +02:00
Felipe Martinez 0c87bc27b2 Move motorController.Init call to DisplayApp::Start 2024-06-02 15:14:02 +02:00
mark9064 0dcfb2edb7 Fix erratum 58 workaround 2024-05-12 13:57:12 +02:00
mark9064 06c6935315 Include task header (Fixes sim) 2024-05-01 16:17:59 +02:00
mark9064 47c104643d Move includes back 2024-05-01 16:17:59 +02:00
mark9064 7b1110187e Apply display driver datasheet delays 2024-05-01 16:17:59 +02:00
mark9064 7e460d3c80 Use FreeRTOS delay instead of spinning the CPU 2024-05-01 16:17:59 +02:00
mark9064 7a9211587a Rename to pre-transaction hook 2024-05-01 16:13:47 +02:00
mark9064 24e6a2f8ab Avoid storing lambda 2024-05-01 16:13:47 +02:00
mark9064 9a7ba405e1 Refactor lambdas 2024-05-01 16:13:47 +02:00
mark9064 940cd3459f Use functional abstraction for hooks 2024-05-01 16:13:47 +02:00
mark9064 869bec8f88 Refactor display WriteToRam 2024-05-01 16:13:47 +02:00
mark9064 ee925200c3 Remove task to notify 2024-05-01 16:13:47 +02:00
mark9064 079e676baf SPI transaction hooks 2024-05-01 16:13:47 +02:00
John Crawford 6b5235c301
fix: heartrate app displays --- instead of 000 (#1887) 2024-04-12 14:50:33 +02:00
BloodStainedCrow 57e625d4dc
Unify docker devcontainer with dockerfile used for CI (#1587)
* Only use one Dockerfile and build.sh script for both docker and devcontainer
* Remove all now unneccessary tasks and scripts
* Update to clang-format-14
* Move devcontainer.json into root folder
* Fix conditional statements in Dockerfile
* Move .devcontainer/README into doc/usingDevcontainers
* Remove obsolete VSCode Task
* Change standard compiler path to the correct compiler
* Set GDB Path for debugging
* Hide broken buttons from CMake Extension
* Refactor .devcontainer
* Remove unneccessary postBuildCommand
* Add devcontainer dependencies to all docker images
* Add Devcontainer Debug launch config
* Add an additional c_cpp_properties config as a fallback for devcontainer
* Remove obsolete Docker Argument
* Fix wrong C/Cpp versions
* Fix silent fail of gdb, add libncurses5
2024-03-23 10:45:45 +01:00
Victor Kareh 9a5f516c42 WatchFaceDigital: Remove unused variables 2024-03-20 20:31:35 +01:00
JF 4ca2112890
Emit the message BleRadioEnableToggle to DisplayApp only if the enable state of the radio has actually changed. (#2037)
This fixes an issue where the BLE connected logo would disappear when opening and closing the BLE setting (without changing it) while InfiniTime was already connected to a companion app.

Co-authored-by: JustScott <development@justscott.me>
2024-03-15 09:20:19 +01:00
FintasticMan 7dbb8f54c6 chrono: Resolve TODOs related to C++20 chrono feats 2024-03-14 21:09:03 +01:00
adumelie 14c6270903 Typo in example code 2024-03-14 20:27:19 +01:00