kbembedded / Flipper-Zero-Game-Boy-Pokemon-Trading

Pokemon trade from Flipper Zero to Game Boy for Generation I & II games (Pokemon Red, Blue, Yellow, Gold, Silver, and Crystal)
MIT License
318 stars 18 forks source link

Remove gb_step* images and use canvas drawing funcs #26

Open kbembedded opened 7 months ago

kbembedded commented 7 months ago

Describe the bug.

The GB icon already exists and can be put on the canvas in the right place, line drawing func can be used to draw the animation. This would save on two separate images needed for the animation and gain back some additional application space.

Reproduction

N/A

Target Framework

No response

Logs

No response

Anything else?

No response