Closed GoogleCodeExporter closed 8 years ago
You need to use the "print" member function. drawStr is more a low level
procedure. "print" has been derived from the Arduino "print" class, so it
supports all the feature of the usual print features in the Arduino
Environment, including print of numerical values. Also the documentation is
part of the Arduino Project.
Original comment by olikr...@gmail.com
on 27 Nov 2012 at 8:12
How to print something at (x,y)?
Original comment by adi.srin...@gmail.com
on 2 Oct 2014 at 8:47
u8g.drawStr(x,y,someting);
With the print() command, you need to use
void U8GLIB::setPrintPos(u8g_uint_t x, u8g_uint_t y)
before print()
Original comment by olikr...@gmail.com
on 3 Oct 2014 at 5:16
Original issue reported on code.google.com by
colin.ga...@gmail.com
on 27 Nov 2012 at 7:17