<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to print</title><link>https://sourceforge.net/p/chipkitglcd/wiki/print/</link><description>Recent changes to print</description><atom:link href="https://sourceforge.net/p/chipkitglcd/wiki/print/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 08 Jul 2012 10:28:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chipkitglcd/wiki/print/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage print modified by Majenko Technologies</title><link>https://sourceforge.net/p/chipkitglcd/wiki/print/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -8,5 +8,5 @@
 
 * 0x08 - Move back one space, erasing the previous character from the screen (^H - BS)
 * 0x0C - Clear the screen (^L - FF)
-* 0x0A - Move down one line ('\n' - LF)
-* 0x0D - Return to the start of the current line ('\r' - CR)
+* 0x0A - Move down one line ('\\n' - LF)
+* 0x0D - Return to the start of the current line ('\\r' - CR)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sun, 08 Jul 2012 10:28:50 -0000</pubDate><guid>https://sourceforge.net4c70741daf14134a07f7db466b2bbafe1be5c149</guid></item><item><title>WikiPage print modified by Majenko Technologies</title><link>https://sourceforge.net/p/chipkitglcd/wiki/print/</link><description>The GLCD object inherits the public methods from the Print class.  This means you can use the standard *print* and *println* methods you are used to using.

They implement auto-scroll and line-wrap, so if you go off the right of the display it wraps the text to the left of the next line, and if you go off the bottom of the display it scrolls the display up a line.

You can set the current cursor position with the [setCursor] method.

Certain special characters are also interpreted:

* 0x08 - Move back one space, erasing the previous character from the screen (^H - BS)
* 0x0C - Clear the screen (^L - FF)
* 0x0A - Move down one line ('\n' - LF)
* 0x0D - Return to the start of the current line ('\r' - CR)
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Majenko Technologies</dc:creator><pubDate>Sun, 08 Jul 2012 10:28:36 -0000</pubDate><guid>https://sourceforge.netfa02ee1b3b6dc0bb2fa24650397c3a8ab1bbd778</guid></item></channel></rss>