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.
Dependents: YATTT sd_map_test cPong SnowDemo ... more
PokittoLib
Library for programming Pokitto hardware
How to Use
- Import this library to online compiler (see button "import" on the right hand side
- DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
- Change My_settings.h according to your project
- Start coding!
Revision 49:74201663ba8b, committed 2018-05-21
- Comitter:
- Pokitto
- Date:
- Mon May 21 18:43:08 2018 +0000
- Parent:
- 48:30b068b0d9e8
- Child:
- 50:ca94812a17b6
- Commit message:
- Fixes
Changed in this revision
| POKITTO_CORE/PokittoCore.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/POKITTO_CORE/PokittoCore.cpp Mon May 21 18:10:03 2018 +0000
+++ b/POKITTO_CORE/PokittoCore.cpp Mon May 21 18:43:08 2018 +0000
@@ -1102,6 +1102,7 @@
}
int8_t Core::menu(const char* const* items, uint8_t length) {
+if (display.color>4) display.color=1;
#if (ENABLE_GUI > 0)
display.persistence = false;
int8_t activeItem = 0;