Thank you so much, I need some time to study and understand the code you provided me.
I actually don’t want to deal with colors right now so when using set();
or pixels[loc] = color();
I just have to set one parameter to get the black color.
My application is for LCD that need monochrome stuff. So it should be easy as a start.
I’m interested in computer graphics programming. But I need to deal with microcontroller projects, because it’s my job in my work.
Embedded systems is a wide term, but nevertheless, one way to export the pixel array to another platform after completing the icon design, is by saving it as a text file. (or if you wish as a byte file).
Yep I agree it’s a wide term, my area is quite small and even I’m not professional. I’m trying to get the basics of many things.
I use programs that are designed to convert bitmaps to C arrays for this kind of applications.