Pokitto Community Team / Arcade

Dependencies:   PokittoLib

Fork of HelloWorld by Pokitto Community Team

Files at this revision

API Documentation at this revision

Comitter:
Pokitto
Date:
Thu Oct 12 10:43:29 2017 +0000
Parent:
4:7bd192389df1
Child:
6:7e55f4fd3e4e
Commit message:
Fixed my_settings

Changed in this revision

My_settings.h Show annotated file Show diff for this revision Revisions of this file
PokittoLib.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/My_settings.h	Thu Oct 12 10:35:02 2017 +0000
+++ b/My_settings.h	Thu Oct 12 10:43:29 2017 +0000
@@ -12,5 +12,5 @@
 
 */
 
-#define PROJ_SCREENMODE 1
+#define PROJ_HIRES 1
 #define PROJ_ENABLE_SOUND 0
\ No newline at end of file
--- a/PokittoLib.lib	Thu Oct 12 10:35:02 2017 +0000
+++ b/PokittoLib.lib	Thu Oct 12 10:43:29 2017 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/Pokitto/code/PokittoLib/#3590835fc132
+https://os.mbed.com/users/Pokitto/code/PokittoLib/#769e0a2a1fcd
--- a/main.cpp	Thu Oct 12 10:35:02 2017 +0000
+++ b/main.cpp	Thu Oct 12 10:43:29 2017 +0000
@@ -6,7 +6,7 @@
     mygame.begin();
     while (mygame.isRunning()) {
         if (mygame.update()) {            
-            mygame.display.print("I feel good!!");
+            mygame.display.print("Hello World!");
             } 
         }