Add HUB75 support

This commit is contained in:
Will Tatam
2024-02-26 19:29:40 +00:00
parent a28d2c869f
commit 7ef84cfbfe
7 changed files with 274 additions and 0 deletions

View File

@@ -770,5 +770,9 @@ void getSettingsJS(byte subPage, char* dest)
#else
oappend(SET_F("gId(\"somp\").remove(1);")); // remove 2D option from dropdown
#endif
#ifndef WLED_ENABLE_HUB75MATRIX
oappend(SET_F("hideHub75();")); // WLEDMM hide HUB75 LED types
#endif
}
}