Hello,
The Tinyscreen+ is super cool! Just got mine today.
I've been fiddling around with it for a bit and want to get some small 96x64 images to display on there without an SD card attachment... so I've been looking into byte array conversion.
I've spent a few hours reading forum posts and trying out various kinds of converters with no luck--the arrays I've generated so far just come out as garbage on the screen. It seems that it's a bit more complicated than what I previously imagined as well, with several ways to convert an image, and I haven't found anything that says that format the TinyScreen+ would like its byte arrays.
Does anyone know the specifications of the byte array that the TinyScreen+ likes? I've seen the Flappy Bird in the example, but the images I'm trying to display are much bigger and more complicated color-wise than that small sprite so I haven't been able to glean much from that.
I could just be being stupid since I'm new to working with bytes directly, but I would appreciate it if someone could point me in the right direction. Thanks!