reduced brightness to 32/256 again due to power instabilities

This commit is contained in:
Patrick Haßel 2025-08-26 19:34:49 +02:00
parent db68ca0a87
commit 04c489c559

View File

@ -73,7 +73,7 @@ public:
pixels[mapPixel(x, y)] = false; pixels[mapPixel(x, y)] = false;
} }
} }
setBrightness(64); setBrightness(32);
clear(); clear();
show(); show();
} }