Skip to content

Commit 357155f

Browse files
committed
added a few comments related to speed
1 parent d665390 commit 357155f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

neomatrix_config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,10 +1351,13 @@ void matrix_setup(bool initserial=true, int reservemem = 40000) {
13511351
defaults.cols = 128;
13521352
defaults.chain_length = 4;
13531353
defaults.parallel = 3;
1354+
// 50 is faster but makes the screen dimmer
13541355
defaults.pwm_lsb_nanoseconds = 100;
1356+
// lower color depth definitely helps refresh
13551357
defaults.pwm_bits = 7;
13561358
// Time dithering of lower bits
13571359
// 2 changes speed from 400Hz (from 160Hz)
1360+
// 1 is also an option
13581361
defaults.pwm_dither_bits = 2;
13591362
defaults.led_rgb_sequence = "RBG";
13601363
defaults.panel_type = "FM6126A";

0 commit comments

Comments
 (0)