1
0

Strip decimals from RGB Matrix layout positions (#23943)

This commit is contained in:
Ryan
2024-06-17 20:12:26 +10:00
committed by GitHub
parent 4864d5afca
commit 3f44231d2d
15 changed files with 429 additions and 429 deletions

View File

@@ -35,9 +35,9 @@
},
"driver": "ws2812",
"layout": [
{"matrix": [0, 15], "x": 16.25, "y": 1, "flags": 4},
{"matrix": [0, 16], "x": 17.25, "y": 1, "flags": 4},
{"matrix": [0, 17], "x": 18.25, "y": 1, "flags": 4}
{"matrix": [0, 15], "x": 16, "y": 1, "flags": 4},
{"matrix": [0, 16], "x": 17, "y": 1, "flags": 4},
{"matrix": [0, 17], "x": 18, "y": 1, "flags": 4}
],
"led_count": 3,
"max_brightness": 255