Reference Language | Libraries | Comparison | Changes
Print and refresh a value to the LCD screen. You need to first initialize the LCD screen in setup()
by calling Robot.readyLCD()
. If no starting point is defined, text defaults to starting at 0,0, the top left of the screen.
none
This is essentially a wrapper around Robot.text() by printing and erasing a single variable. Use it as a convenient way of checking a value without serial monitor. It can only display one variable. Don't move the cursor when using debugPrint().
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.