TrueDigital
· v0.0.2
About
Old school digital watch face.
Contains five data fields plus battery and time fields.
This is the first version of the app and I intend to develop it further. Any feedback is more than welcome!
Features:
- Every field can be hidden.
- Every fields background and foreground color can be changed.
- Colors are set freely with hex values. For example #FF0000 is red. You can find nice hex color palettes from google.
- Supports only Venu at the moment.
In current development (not available in this version and will be in the next release):
- Change what data the data fields show.
- Support for more devices.
- Implement a low power mode.
- Release source code in github.
- Lower the permission requirements.
- Optimize some data fetching and drawing.
Some techincal details:
This watchface does not use fonts at all. Everything is rendered with polygons.
What's new
14.1.2020 v. 0.0.2
- Optimized onLayout function
- Bug fixes
- Fixed settings labels
- Battery status color can now correctly be changed and hidden all together.
- Thanks to 丁嘉嘉 for pointing out these bugs!