Reply To: lcd_out at (x,y) ?

HomeForumsMonoBrick EV3 Firmwarelcd_out at (x,y) ?Reply To: lcd_out at (x,y) ?

#4367
Author Image
Helmut Wunder
Participant

puuuh.. rather complicated this new-point-box-offeset-whatever-thing.
A half side of text just for an equivalent to
TextOut(10,24,"Hello World");
?

Can’t the coordinates be used by simple numbers or variables?
for (int x=0; x<8; ++x) {NumOut(x, x*10, x);}

or, more C-like, more easy and “universal” formattable
{printfxy(x, x*10, "%2d", x);}

C# seems to need 20 times more letters and lines to write as C (CMIIW)… 🙁

Posted in

Make a donation