31 lines
2.2 KiB
Markdown
31 lines
2.2 KiB
Markdown
# Maan On My Wrist XL
|
|
This is an unofficial and greatly expanded port of the [Maan On My Wrist](https://apps.rebble.io/en_US/application/557724772d93bc0eae00004c?native=false&query=maan§ion=watchfaces) watchface to all color Pebbles, including the new Pebble Time 2/Round 2.
|
|
|
|
Since the original watchface is **NOT** open source, this "port" could be more accurately described as a recreation based on assets dumped from the original.
|
|
|
|
# Differences From The Original
|
|
- Re-scaled to look better on the larger displays of the Pebble Time/Round 2
|
|
- Some of the extra screen space is used to display the date and Bluetooth status
|
|
- Original creature part modifications
|
|
- Some creature parts that resulted in broken-looking creatures were overhauled
|
|
- Any creature parts that previously had cut-off details to fit on the smaller display have been extended
|
|
- Some creature parts removed by the original developer (to conserve space) have been re-added
|
|
- Most creature parts now have manually placed accent colors
|
|
- Creature parts are now dynamically and randomly re-colored when loaded in
|
|
- When swapping, creature parts now enter on the opposite side they exit from
|
|
- This port is not compatible with black&white Pebbles
|
|
- The original [Maan On My Wrist](https://apps.rebble.io/en_US/application/557724772d93bc0eae00004c?native=false&query=maan§ion=watchfaces) is still perfectly silly on b&w screens!
|
|
|
|
# Considerations For The Future
|
|
- Restore last combo after using an app
|
|
- Add more Maan art (see [this gallery](https://www.flickr.com/photos/53297919@N04/albums/72157624708812279) for potential candidates)
|
|
- Potential light mode (don't hold your breath - I'm still not sure this would look good and I don't like the idea of having settings)
|
|
- Black&white support if I get bored or Pebble releases a modern b&w watch (Flint doesn't count)
|
|
|
|
# Development
|
|
1. Install the [Pebble SDK](https://developer.repebble.com/sdk/)
|
|
2. Clone this repo
|
|
3. `pebble build` (some headers needed to satisfy your IDE are generated on first build)
|
|
4. If using `clangd`, run `./tools/clangd.zsh` to generate a `.clangd` file to fix various error notifications
|
|
5. Hack away and test with `pebble build && pebble install --emulator emery`
|