05-04-2019 09:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-04-2019 09:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
is it possible to set a single dot of the display by using the x- and y-coordinates during runtime of an app?
Can't find anything in that direction...
Regards
Capitano
05-04-2019 15:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-04-2019 15:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Do you mean like
<svg id="dotView" display="none">
<circle cx="50" cy="50" r="1" stroke="black" stroke-width="1" />
</svg>
or do you mean like a physical pixel?
05-06-2019 10:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-06-2019 10:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

05-06-2019 12:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-06-2019 12:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Nope; the display buffer is not directly addressable. I did a graph app ('Ramp It Up') using 106 line elements, all statically declared.
Gondwana Software
