TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: benjgorman on March 17, 2015, 09:07:35 AM

Title: TinyScreen - Tiny Icons
Post by: benjgorman on March 17, 2015, 09:07:35 AM
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
Title: Re: TinyScreen - Tiny Icons
Post by: Ben Rose on March 17, 2015, 06:05:23 PM
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.