Howdy! This repo is a fork of the InfiniTime firmware for PineTime incorporating a suite of modifications by me (borky)
- Swipe up on metronome app replaces dial with counter, for more precision tempo-counter
- CasioStyleG7710 shows number of undismissed notifications casio-notify-number
- Previously only showed an 'i' if there were unread notifications, now shows the number of undismissed notifications
- weather and temperature added to CasioStyleG7710 casio-weather
- also added PineTimeStyle-style settings menu to enable/disable them
- choose temperature units temp-units
- (this one is a branch off of casio-weather, so also includes those features)
- unified setting for preferred unit
- PTS and CSG display the correct temperature in that unit
- ability to toggle that unit in the settings of PTS and CSG
- artist/track/album of current media added to CasioStyleG7710 casio-media
- also added PineTimeStyle-style settings menu to select which of those to show, if any
- touchscreen lock touch-lock
- double pressing the button disables or re-enables the touch screen, anywhere in InfiniTime
- an indicator of the current state of the lock on the casio and PineTimeStyle watchfaces
- altered music app to be entirely swipe-based swipe-only-music
- (up/down for volume, left/right for forward-back, tap for pause)
- removed graphical buttons
- swiping left on the watchface opens the music app swipe-left-music-shortcut
- swiping up opens the timer app first, and then the app list swipe-up-timer-shortcut
- ability to swipe left or right on the timer app while setting to increase/decrease the timer by 5 minutes timer-swipe-jump5
- ability to swipe left or right on notifications to dismiss them ambi-notifications
- custom version text :3 custom-version-text
-
main branch: all of the mods merged together
-
clean branch: a pristine clone of the original repo to branch new features off of
-
all other branches: identical to the clean branch but with one mod in each branch
-
casio-plus: deprecated branch that predates, and combines, several of the other mods. Will probably be deleted in the near future
Fast open-source firmware for the PineTime smartwatch with many features, written in modern C++.
- Getting started with InfiniTime
- Updating the software
- About the firmware and bootloader
- PineTimeStyle Watch face
- Gadgetbridge (Android)
- AmazFish (SailfishOS)
- Siglo (Linux)
- InfiniLink (iOS) [Looking for a new maintainer]
- ITD (Linux)
- WatchMate (Linux)
Note : We removed mentions to NRFConnect as this app is closed source and recent versions do not work anymore with InfiniTime (the last version known to work is 4.24.3). If you used NRFConnect in the past, we recommend you switch to Gadgetbridge.
- InfiniTime Vision
- Rough structure of the code
- How to implement an application
- Generate the fonts and symbols
- Tips on designing an app UI
- Bootloader, OTA and DFU
- External resources
- InfiniTime simulator
- Build the project
- Build the project with Docker
- Build the project with VSCode
- Flash the firmware using OpenOCD and STLinkV2
- Flash the firmware using SWD interface
- Flash the firmware using JLink
- Flash the firmware using GDB
- Stub using NRF52-DK
- Maintainer's guide
- Versioning
- Project branches
- Files included in the release notes
- Files needed by the factory
This project is released under the GNU General Public License version 3 or, at your option, any later version.
It integrates the following projects:
- RTOS : FreeRTOS under the MIT license
- UI : LittleVGL/LVGL under the MIT license
- BLE stack : NimBLE under the Apache 2.0 license
- Font : Jetbrains Mono under the Apache 2.0 license
I’m not working alone on this project. First, many people create PR for this project. Then, there is the whole #pinetime community : a lot of people all around the world who are hacking, searching, experimenting and programming the Pinetime. We exchange our ideas, experiments and code in the chat rooms and forums.
Here are some people I would like to highlight:
- Atc1441 : He works on an Arduino based firmware for the Pinetime and many other smartwatches based on similar hardware. He was of great help when I was implementing support for the BMA421 motion sensor and I²C driver.
- Koen : He’s working on a firmware based on RiotOS. He integrated similar libs as me : NimBLE, LittleVGL,… His help was invaluable too!
- Lup Yuen Lee : He is everywhere: he works on a Rust firmware, builds a MCUBoot based bootloader for the Pinetime, designs a Flutter based companion app for smartphones and writes a lot of articles about the Pinetime!