atctwo / watch-II

Firmware for my custom smart-ish-watch, mark II
MIT License
1 stars 0 forks source link

freeImageData: pass image struct instead of just data #70

Open atctwo opened 3 years ago

atctwo commented 3 years ago

freeImageData() requires image data to be passed. This image data is usually part of an imageData struct, so it might be a good idea to have an overload of freeImageData() that takes the struct as a parameter