Open
Description
Moved from arduino/Arduino#2191 by @anthony-ngu
The LiquidCrystal Library should handle '\r' and '\n' characters properly.
When a println is used, it sends both the \r and \n characters and the LiquidCrystal library prints those characters out. Instead it should set the cursor to a row below.