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: mbed FXOS8700CQ mbed-rtos
Diff: Characters/Charmander.cpp
- Revision:
- 25:31111e6e13ad
- Parent:
- 22:f8f36e88b2ca
--- a/Characters/Charmander.cpp Mon Apr 29 20:54:20 2019 +0000
+++ b/Characters/Charmander.cpp Mon Apr 29 20:59:49 2019 +0000
@@ -511,11 +511,11 @@
case PAGE_1:
lcd.clear();
lcd.printString("Charmander",0,0);
- lcd.printString("is constantly",0,1);
- lcd.printString("distracted by",0,2);
- lcd.printString("female friends",0,3);
- lcd.printString("and messages.",0,4);
- lcd.drawSprite(39, 44, 4, 7, (int *)instruct_data);
+ lcd.printString("is so lazy",0,1);
+ lcd.printString("that he never",0,2);
+ lcd.printString("finds time to",0,3);
+ lcd.printString("do actual work",0,4);
+ lcd.drawSprite(39, 44, 4, 7, (int*)instruct_data);
lcd.refresh();
if(pad.get_direction() == S){currentPage = PAGE_2; pad.init_input();}
if(pad.get_direction() == N){currentPage = PAGE_1; pad.init_input();}
@@ -523,12 +523,12 @@
break;
case PAGE_2:
lcd.clear();
- lcd.printString("Will he",0,0);
- lcd.printString("overcome the",0,1);
- lcd.printString("urge to talk",0,2);
- lcd.printString("with girls",0,3);
- lcd.printString("around him,",0,4);
- lcd.drawSprite(39, 44, 4, 7, (int *)instruct_data);
+ lcd.printString("Easily lured",0,0);
+ lcd.printString("by YouTube",0,1);
+ lcd.printString("and social",0,2);
+ lcd.printString("apps! Motivate",0,3);
+ lcd.printString("him so that he",0,4);
+ lcd.drawSprite(39, 44, 4, 7, (int*)instruct_data);
lcd.refresh();
if(pad.get_direction() == S){currentPage = PAGE_3; pad.init_input();}
if(pad.get_direction() == N){currentPage = PAGE_1; pad.init_input();}
@@ -536,8 +536,7 @@
break;
case PAGE_3:
lcd.clear();
- lcd.printString("and graduate",0,0);
- lcd.printString("successfully?",0,1);
+ lcd.printString("can graduate!",0,0);
lcd.printString("Press B",0,5);
lcd.refresh();
if(pad.get_direction() == N){currentPage = PAGE_2; pad.init_input();}