Disable unused characters in fonts

saves 5kB flash
Added 4x6 font
This commit is contained in:
cschwinne
2022-09-05 03:18:59 +02:00
parent 3270605b4f
commit a0c90d4ba3
12 changed files with 16173 additions and 13592 deletions

View File

@@ -589,8 +589,6 @@ void serializeInfo(JsonObject root)
leds["fps"] = strip.getFps();
leds[F("maxpwr")] = (strip.currentMilliamps)? strip.ablMilliampsMax : 0;
leds[F("maxseg")] = strip.getMaxSegments();
//leds[F("actseg")] = strip.getActiveSegmentsNum();
//leds[F("seglock")] = false; //might be used in the future to prevent modifications to segment config
leds[F("cpal")] = strip.customPalettes.size(); //number of custom palettes
#ifndef WLED_DISABLE_2D