Increase brightness

This commit is contained in:
2023-12-10 11:51:32 +05:30
parent 9b4b893cad
commit a2fd86d41a
4 changed files with 5 additions and 5 deletions
Binary file not shown.
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER 73
#define BUILD_NUMBER 74
#endif
#ifndef VERSION
#define VERSION "v0.1.73 - 2023-12-10 10:48:44.521063"
#define VERSION "v0.1.74 - 2023-12-10 11:50:48.393610"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.73"
#define VERSION_SHORT "v0.1.74"
#endif
+1 -1
View File
@@ -201,7 +201,7 @@ void setupDisplay() {
// LED matrix setup
FastLED.addLeds<NEOPIXEL, DATA_PIN>(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();
+1 -1
View File
@@ -1 +1 @@
73
74