Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PokittoLib
Fork of HelloWorld by
Revision 5:c4a0391b43ac, committed 2017-10-12
- 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
--- 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!");
}
}
