Skip to content

Commit 750578d

Browse files
gabe565IngmarStein
authored andcommitted
chore(display): decrease min brightness to 0
1 parent e3136cf commit 750578d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/display.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdint.h>
55

66
#define DISPLAY_MAX_BRIGHTNESS 100
7-
#define DISPLAY_MIN_BRIGHTNESS 1
7+
#define DISPLAY_MIN_BRIGHTNESS 0
88
#define DISPLAY_DEFAULT_BRIGHTNESS 30
99
extern int32_t isAnimating; // Declare the variable
1010
#ifdef __cplusplus

0 commit comments

Comments
 (0)