
I'm working on a project that is using one of those I2C OLEDs with 128x64 pixels.
I'd like to jazz it up with some simple graphics and maybe even 2-3 frames of animation. Very simple stuff like a Hershey's kiss-shaped blob of pixels that falls "down" the screen.
As I think about drawing the graphics, all that comes to mind is some graph paper and lots of shading.
Does anyone have other tools they have used or know of that could help to create these graphics (and bonus if they generate arrays in C!)
(For now this specific project, I'm writing code for an ESP32 using the Arduino library.)
Edit
I do not need any more tools to convert bitmaps into C-Arrays. I'm up to a dozen now.
But thank you for the suggestions!

