Thanks,
in fact I mean physical pixels. I want to draw a graph and did a workaround by using lines in a similair way like your circles.
Unfortunately with those lines you have to define all lines in an index.gui file and change the coordinates during runtime. That's not very comfortable. -- So it would be easier if one has the opportunity to set discrete pixels of the display or a kind of defined canvas object.
Regards
Capitano
Best AnswerNope; the display buffer is not directly addressable. I did a graph app ('Ramp It Up') using 106 line elements, all statically declared.