PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Revision:
0:e8b8f36b4505
diff -r 000000000000 -r e8b8f36b4505 POKITTO_CORE/PALETTES/palMagma.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/POKITTO_CORE/PALETTES/palMagma.cpp	Mon Sep 18 11:47:51 2017 +0000
@@ -0,0 +1,21 @@
+#include "PokittoPalettes.h"
+
+const unsigned char paletteMagma[48] = {
+0xfb,0xff,0xb2,
+0xfc,0xda,0x90,
+0xfc,0xad,0x6e,
+0xfa,0x82,0x56,
+0xf2,0x57,0x4a,
+0xe7,0x43,0x4c,
+0xc4,0x2a,0x5c,
+0xa7,0x20,0x66,
+0x89,0x19,0x6c,
+0x6e,0x12,0x6e,
+0x62,0x0d,0x6e,
+0x53,0x06,0x6d,
+0x3f,0x00,0x69,
+0x2a,0x00,0x5b,
+0x18,0x0b,0x3a,
+0x06,0x04,0x11
+};
+