I am curious to see what people are doing with watch faces. Here is what I am using right now for a watch face:
Simulator:
Actual:
Also, apologies to the mods if this post should not be here. Delete if needed :)
How can I install these watch faces? Is there a tutorial? Can you share this last one, please?
HOW TO BUILD FOR RUNNING ON A DEVICE
Differences in resolutions, color depth, and layouts are handled by the resource compiler. You need to communicate the device you are building for to the resource compiler to put the file on the device. For now you can do this on the command line with the following syntax.
monkeyc -o <PRG file> -m manifest.xml -z resources\resources.xml -d fr920xt source\*.mc
The "-d fr920xt" option will tell the resource compiler the device you are building for.
HOW TO INSTALL A WATCH FACE
1. Build a Connect IQ watch face for the 920
2. Rename the PRG file (built with instructions above) to CLOCK.PRG
3. Put the device into mass storage and put the CLOCK.PRG file into \GARMIN\APPS\
4. When you remove the device from mass storage it will run your watch face