PineTime 現在也可以顯示中文了!
這個 InfiniTime 版本增加了 2500 個精選常用正體中文字,注音符號與日文假名,以提供台灣使用者最佳的顯示體驗。
安裝了本版本後將可顯示約 98% 日常用語。而超過 2500 字的部份,則可搭配 https://github.com/Boteium/GadgetBridge 來做相似字替換,或注音替換 (也就是會有 2% 的錯別字或注音文)
因為中文字必須佔用很大的儲存空間,本版本移除了下列功能
- 天氣 (還沒有錶面支援顯示)
- 導航 (GadgetBridge 不支援)
- 加速感應器 (僅移除 app. 仍可透過藍芽讀取)
- Two (類似 2048 的遊戲)
- 錶面: Casio, InfiniTime, PineTime, Terminal (這幾個很佔空間)
This forks adds about 2500 Traditional Chinese characters, bopomofo, and Japanese kana for Taiwanese user.
Due to the space limit. The following apps are removed.
- Weather (not yet integrated with watchface)
- Navigation (no GadgetBridge support)
- Motion (only remove app. bluetooth backgroud service is still preserved)
- Two (games)
- WatchFace: Casio, InfiniTime, PineTime, Terminal (because they takes a lots of space)
Fast open-source firmware for the PineTime smartwatch with many features, written in modern C++.
- Gadgetbridge (Android)
- AmazFish (SailfishOS)
- Siglo (Linux)
- InfiniLink (iOS) [Looking for a new maintainer]
- ITD (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
- Versioning
- Project branches
- Files included in the release notes
- 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
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 projects. 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!