| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* add drum icon for metronome app
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* Change voltage float to millivolt integer
* Explain the ADC to milliVolts conversion
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | |_|_|_|_|_|_|/
|/| | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* PineTimeStyle
* Move GPL license header
* Add step count gauge - replaces heartrate in sidebar
* Enable 12/24h functionality
* Set step gauge outer to be white when step goal is reached
* Add font source file
* Move static needle_colors array to member variable
* Add documentation on generating a font
* Replace .ttf with Google version, add link to font page
Co-authored-by: JF002 <JF002@users.noreply.github.com>
|
| | |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Retrieve and display bootloader version
- Display bootloader version on System Info screen
- Enable SPI flash sleep mode if bootloader version >= 1.0.0
* Wait for SPI flash to wakeup before starting OTA DFU
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* update font with jetbrains mono v2.225 and the current converter
* added the tff file for JetBrains Mono to ensure everybody is using the same version
Co-authored-by: Florian <florian@florian-thinkpad.local>
|
| | | | | | | | |
|
| | |_|_|_|_|/
|/| | | | |
| | | | | | |
* Removed an illogical comparison
|
| | |/ / / /
|/| | | |
| | | | | |
* Add support for BMA425 acceleration sensor.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Improve stopwatch
|
| | | | | | | |
|
| | | |_|_|/
| |/| | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
the core of the ctro().
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Remove tap to switch Watchfaces
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
switch feature
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
executing the button handler).
|
| | | | | | |
|
| |/ / / /
| | | |
| | | |
| | | | |
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
|
| | | | |
| | | |
| | | |
| | | | |
developers to size the memory buffer allocated to lvgl. (#408)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add the following compilation flags:
* -fno-exceptions and -fno-non-call-exceptions : disable exception handling
* -fno-rtti : disable run time type information (needed by dynamic_cast, for example)
These flags reduce the binary size by about 100KB!
Also, -fstack-usage generate debug info (not in final binary) to allow tools like Puncover to do a stack analysis.
* Remove unused CMake variables in CMake_nRF5x.cmake (duplicated in src/CMakeLists.txt).
Replace -O0 by -Og in DEBUG builds. This generates a smaller binary (small enough for the internal memory) that is debugger friendly.
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
* Navigation app:
- Renaming and reformatting according to coding conventions
- declare iconMap as constexpr and use char* instead of std::string
This reduces the flash usage from 424644B to 419344B (-5300B)!
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* built timer app
* Style improvements
* making sure buttons stay hidden when the app is reopened and reappear after the timer runs out
* more sensible calculations of time deltas. eliminated that mysterious scaling factor
* changing the timer icon
|
| | |/
|/| |
|
| |\ \
| | |
| | | |
Feature: Store and show git short ref on PineTime alongside other firmware information
|
| | | |
| | |
| | |
| | | |
FirmwareValidation screen alongside other information
|
| | |/
|/| |
|
| | |
| |
| |
| | |
merges).
|
| |\ \
| | |
| | | |
New Steps app
|
| | |\ \
| | | |
| | | |
| | | | |
https://github.com/JF002/InfiniTime into StepsApp
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Settings to set the steps goal
More detail in Motion app
New 42px Font
|
| |\ \ \ \
| | | | |
| | | | | |
Switched to booleans for infinite while loops
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | | |
Added braces to a few if statements
|
| | |/ / / |
|
| |/ / /
| | |
| | |
| | | |
errors
|
| | | |
| | |
| | | |
First screen. Let the build date and build time string be centered as well as the others
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The lv_obj_del is called on btnStopLap when transitioning to the
initial state, however the variable isn't then set to null. A subsequent
call to Refresh would attempt to delete the already freed object. This
could be triggered by stopping the stop watch, then pressing the
physical button on the watch.
Fixes https://github.com/JF002/InfiniTime/issues/315
|
| |\ \ \
| | | |
| | | | |
Improve design of heartbeat data in digital watchface
|