atmel:giant_lcd_shield

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
atmel:giant_lcd_shield [2013/06/21 13:22] minerva9atmel:giant_lcd_shield [2013/06/21 13:24] minerva9
Line 105: Line 105:
 <code c> <code c>
 #include <SoftwareSerial.h> #include <SoftwareSerial.h>
 +//Compiled with Arduino Version 1.0.5
 //We are using Arduino Uno pins 3 (Receive) and 4 (Transmit) //We are using Arduino Uno pins 3 (Receive) and 4 (Transmit)
 //This demo actually just uses pin 4 - there is no reception of data //This demo actually just uses pin 4 - there is no reception of data
Line 125: Line 126:
   //Clear LCD display, set font to 0 and position cursor at top LHS of display   //Clear LCD display, set font to 0 and position cursor at top LHS of display
   //note that we need two '\' chars as Arduino takes a single '\' as the escape character   //note that we need two '\' chars as Arduino takes a single '\' as the escape character
- mySerial.print("\\@ 0"); +  mySerial.print("\\@ 0"); 
    
   delay (2000);   delay (2000);
-  goto x;+
   mySerial.print("Line 1 - Hello world");   mySerial.print("Line 1 - Hello world");
   //   //
  • atmel/giant_lcd_shield.txt
  • Last modified: 2013/06/23 11:56
  • by minerva9