Question
How to work with pixels?
Hello!
I put to project a widget box1, it's color is white.
I want to set color of each pixel of box
like this: SetPixel(x,y, R,G,B);
And after I want to read color of pixel? like this: color=GetPixel(x,y);
How can I do it in TouchGFX?
