New to pebble development and do not have coding experience.
I have been checking out CloudPebble and have been able to build a few basic watchfaces, however had not yet tackled linking resources such as images.
I am following Images // Pebble Developers for the Emery format. I have reduced my image size to 200x228, reduced its colors to the ones listed in the KB using the photoshop download. In photoshop I set the colors and then export as web image to png-24 with transparency disabled. It failed to load in CloudPebble still..
Is there a tutorial for dummies or a tool for converting images to pebble formats?
There isn’t a “pebble format” - Pebble uses png files for bitmaps. The palletized color pallete might even be optional. I ignored it and was able to have an image be displayed, although the conversion in the black/white firmware were not as nice as I would like them to be
Do you have any code or project structure that you can share? What have you added to your package.json?
I’ve imported an older project into CloudPebble, and the images don’t show up in the settings and stuff but work if you compile and run it on the emulator.