https://codebender.cc/sketch:401969
I was having a little trouble getting started with displaying sprites on the Arduboy and so I thought this little project might be simple enough for other beginner C/C++ programmers like me to parse!
You’re just a little character (layne), walking around a pre-rendered forest background. It could probably be optimized way better, but the problem with a lot of the way more optimized sketches is they required more steps and complex understanding to just get off the ground.
I used this tool:
https://emutyworks.github.io/BitmapEditor/demo/index.html
…for creating the char arrays in the sprite.cpp file. It’s really useful!
Anyways! I hope it’s helpful!