mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
Increase brightness
This commit is contained in:
Binary file not shown.
+3
-3
@@ -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
@@ -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
@@ -1 +1 @@
|
||||
73
|
||||
74
|
||||
Reference in New Issue
Block a user