brightness 64/256

This commit is contained in:
Patrick Haßel 2025-08-26 19:18:30 +02:00
parent a0744e9059
commit db68ca0a87

View File

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