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!
Diff: POKITTO_CORE/PokittoPalette.cpp
- Revision:
- 66:6281a40d73e6
- Parent:
- 52:c04087025cab
--- a/POKITTO_CORE/PokittoPalette.cpp Sat Mar 23 19:22:35 2019 +0000 +++ b/POKITTO_CORE/PokittoPalette.cpp Sat Mar 23 20:03:34 2019 +0000 @@ -46,7 +46,7 @@ #include "SimLCD.h" #endif -#ifndef PROJ_MODE13 +#if PROJ_SCREENMODE != 13 && PROJ_SCREENMODE != 64 && !defined(PROJ_MODE13) && !defined(PROJ_MODE64) #define PALSIZE 16 #else #define PALSIZE 256