From a2fd86d41ad5589b8d08d690f84c9181cb3f4d55 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sun, 10 Dec 2023 11:51:32 +0530 Subject: [PATCH] Increase brightness --- build/esp12e/firmware.bin | Bin 396272 -> 396272 bytes include/version.h | 6 +++--- src/myDisplay.cpp | 2 +- versioning.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/esp12e/firmware.bin b/build/esp12e/firmware.bin index 23c45c7b4ff6e85c8925a42a112c69186d198f94..7eb588e6f94cad659d9410cfbc66da68e3505f9a 100644 GIT binary patch delta 64 zcmew`UE;%Zi47tGEcww-)@_y$c)`n5^Jz1aTpTCo(gQjQtg!+(leds, NUM_LEDS); // GRB ordering is assumed FastLED.setMaxPowerInVoltsAndMilliamps(5, 400); - FastLED.setBrightness(20); + FastLED.setBrightness(255); showOutsideNumberSingle(3, POSITION_RIGHT, true); delay(10); cleanDisplay(); diff --git a/versioning.html b/versioning.html index e77a963..0aeb548 100644 --- a/versioning.html +++ b/versioning.html @@ -1 +1 @@ -73 \ No newline at end of file +74 \ No newline at end of file