7 #if !FASTLED_ENABLE_JSON
9 *_error =
"JSON not enabled";
13 FLArduinoJson::DeserializationError error = deserializeJson(*doc, json);
16 *_error = error.c_str();
25 #if !FASTLED_ENABLE_JSON
28 serializeJson(doc, *jsonBuffer);
Implements a simple red square effect for 2D LED grids.