1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-21 22:17:15 +00:00

Set default errDiv to 6. Not quite so noisy

This commit is contained in:
Dave Schmenk
2025-01-07 22:07:18 -08:00
parent 1b19b48de9
commit e21a8fff60
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ byte gamma = 1 // Gamma correction
var brightness = 0
var saturation = 255 // 1.0
var tint = 22 // 45/2 deg
byte errDiv = 3
byte errDiv = 6
byte flags = 0
var rgbErr // Running color error array
var arg