/pebble-wallpapers

Pebble watch-face wallpaper shuffler

Primary LanguageCMIT LicenseMIT

pebble-wallpapers

Pebble watch-face wallpaper shuffler

Steps to changing wallpapers:

  1. Place wallpapers in resources/images. Wallpapers should be 144x144 and single channel / indexed / only black and white. No shades of grey.
  2. Edit appinfo.json with the new wallpaper paths.
  3. Edit src/wallpapers.c with a corrected WALLPAPER_COUNT and WALLPAPER_IDS
  4. Edit change_wallpaper_random in src/wallpapers.c for any color swapping information
  5. Run 'pebble build' from the base directory
  6. Run 'pebble install --phone '. Ensure that the pebble phone app is enabled for developer connections.

WARNING:
Don't add too many wallpapers to the watchface. Pebble has a size limit on pbw files. In my experience, if you add too many, the deploy step will fail when running through Android (no damage to the watch?). The installation bar gets half full then stops. Add wallpapers at your own risk.