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
Diff: main.cpp
- Revision:
- 14:88ca5b1a111a
- Parent:
- 13:e114d362186d
- Child:
- 18:2cc6898de6b2
diff -r e114d362186d -r 88ca5b1a111a main.cpp --- a/main.cpp Wed Apr 10 12:04:07 2019 +0000 +++ b/main.cpp Wed Apr 10 18:50:17 2019 +0000 @@ -10,7 +10,6 @@ //______________pre-processor directives________________________________________ #include "mbed.h" -#include "Gamepad.h" #include "N5110.h" #include "RosenEngine.h" #include "Menu.h" @@ -73,7 +72,7 @@ { // clear screen, re-draw and refresh lcd.clear(); - rosen.draw(lcd); + rosen.draw(lcd, pad); rosen.get_pos(); lcd.refresh(); }