Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Watchface Example

An Pebble watchface example that uses an image resource.

Build watchface:

$ zig build

Emulate watchface:

$ PEBBLE_EMULATOR=emery zig build upload

Screenshot Emery

$ PEBBLE_EMULATOR=gabbro zig build upload

Screenshot Gabbro

Fish image sourced from https://www.svgrepo.com/svg/256351/fish (licensed CC0).

Converted to PNG8 with convert -scale 50x -background none fish.svg PNG8:fish.png