Skip to content

Commit 4dbdac6

Browse files
committed
Update default brightness
With gamma scaling, 51 is very dim, need to increase the default brightness to be able to see the bootup animation. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 92fa7fe commit 4dbdac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledmatrix/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ fn main() -> ! {
242242
grid: percentage(0),
243243
col_buffer: Grid::default(),
244244
animate: false,
245-
brightness: 51, // Default to 51/255 = 20% brightness
245+
brightness: 150,
246246
sleeping: SleepState::Awake,
247247
game: None,
248248
animation_period: 31_250, // 31,250 us = 32 FPS

0 commit comments

Comments
 (0)