Library to calculate movement and to draw the objects in the pong game

Dependencies:   RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed

Fork of MainSketch by IoT Ox

Files at this revision

API Documentation at this revision

Comitter:
pegcjs
Date:
Tue Oct 21 10:00:17 2014 +0000
Parent:
1:e0479f60cd48
Child:
3:676adf84c914
Commit message:
updates in language

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 20 11:05:02 2014 +0000
+++ b/main.cpp	Tue Oct 21 10:00:17 2014 +0000
@@ -31,7 +31,7 @@
 {
     while(1){
     int i;
-    LCD_LED = 1;            // backlite on
+    LCD_LED = 1;            // backlight on
    
     TFT.claim(stdout);        // send stdout to the TFT display
     TFT.set_orientation(1);