#include "uKitExplore2.h"
String colours_json;
void setup() {
Initialization();
}
void loop() {
colours_json = "{\"data\":\
[1, 0, 0, 0,\
2, 255, 255, 255,\
4, 255, 240, 0,\
8, 0, 255, 0,\
16, 255, 0, 0,\
32, 0, 0, 255,\
64, 255, 0, 255,\
128, 255, 255, 255]}";
setEyelightPetals(1, 8, colours_json);
}