I'm looking to build a quick smartwatch example.
Now I wanted to make or adapt some icons to display on the screen. I was looking at the flappybirds example and I'm curious how the developers have adapted the flappy bird icon in this example. Have you simply hand coded the icon into a char array?
Or is there some external application which can export images in the byte format expected by the screen?
Cheers
Unfortunately those bitmaps were created by hand. It should be possible to use GIMP or ImageMagick, but I haven't yet had time to look into it.