Skip to content

Modified Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS, with a buncha tweaks :3

License

Notifications You must be signed in to change notification settings

borkymcgee/InfiniTime-borkymods

 
 

Repository files navigation

InfiniTime-borkymods

Howdy! This repo is a fork of the InfiniTime firmware for PineTime incorporating a suite of modifications by me (borky)

Added features include:

  • 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

Structure of this fork:

  • 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

InfiniTime logo

Fast open-source firmware for the PineTime smartwatch with many features, written in modern C++.

New to InfiniTime?

Companion apps

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.

Development

Contributing

Build, flash and debug

API

Architecture and technical topics

Project management

Licenses

This project is released under the GNU General Public License version 3 or, at your option, any later version.

It integrates the following projects:

Credits

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!

About

Modified Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS, with a buncha tweaks :3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.7%
  • C++ 9.2%
  • Python 1.6%
  • CMake 0.9%
  • Ruby 0.3%
  • Shell 0.2%
  • Other 0.1%