https://github.com/sunpazed/garmin-mickey
https://github.com/sunpazed/garmin-mickey
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunpazed/garmin-mickey
- Owner: sunpazed
- License: other
- Created: 2017-04-12T01:57:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T02:05:04.000Z (about 8 years ago)
- Last Synced: 2024-10-14T19:16:20.160Z (7 months ago)
- Size: 150 KB
- Stars: 24
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-garmin - garmin-mickey
- awesome-garmin - garmin-mickey
README
# Mickey
An Mickey watchface for Garmin's wearable lineup.

## About
The purpose of this code is to showcase a new rendering technique I developed using fonts as a tilemap.
This is a more storage-friendly method than images, and allows developers to efficiently pack many frames of bitmapped animation in a 26kb font.
Also, the great thing about fonts, its that they do alpha blending with the existing framebuffer on the canvas. So, you get anti-aliasing as a nice by-product.