";
+ http_content += "";
+ http_content += "";
+ http_content += "";
+
+
+ server.send(200, "text/html", http_content);
+
+ });
+
+
+ server.onNotFound(handleNotFound);
+
+ server.begin();
+}
+
+void loop() {
+ ArduinoOTA.handle();
+ server.handleClient();
+ lightEngine();
+}
diff --git a/Lights/Arduino/MY92XX_RGBW_Light/my92xx.cpp b/Lights/Arduino/MY92XX_RGBW_Light/my92xx.cpp
new file mode 100644
index 00000000..db00a0f5
--- /dev/null
+++ b/Lights/Arduino/MY92XX_RGBW_Light/my92xx.cpp
@@ -0,0 +1,221 @@
+/*
+
+MY92XX LED Driver Arduino library 3.0.0
+Based on the C driver by MaiKe Labs
+
+Copyright (c) 2016 - 2026 MaiKe Labs
+Copyright (c) 2017 - Xose Pérez (for the library)
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see