For Animated Pokemon Face
Steps to change this watch face to your liking:
-
Fork this repository and add to CloudPebble or Pebble SDK
-
Change the data resources (azumarill.png, converted.png, lanturn.png, and luxray.png) to your APNGs
-
Fix naming conventions as you see fit
-
In main.c change lines 22 and 24 to your preferences.
-
Recompile and build PBW
-
Enjoy- get creative, maybe have one pokemon with all of its different animations
-
Note: Be sure not to use more than 4 APNG's due to space requirements
Steps to create an Pebble Ready Gen 6 Sprite:
-
Go to http://www.pkparaiso.com/xy/sprites_pokemon.php and save a gif (choose 120x120 or less)
-
Optional: Edit gif to fit pebble's color palette
• Use GIMP to load gif. Change color mode to index. Rename layers to (replace) instead of (combined)(!). Export as gif with animate option checked. Loop infinitely
-
Use gif2apng (http://gif2apng.sourceforge.net/) to convert the gif to apng
-
Add as a data/raw binary resource