Fix rgb_matrix driver

pull/20989/head
Ciaanh 2023-09-27 08:32:06 +02:00
parent d7d33f32cd
commit 3bd3082a2d
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
"splash": true
},
"center_point": [90, 28],
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"matrix": [0, 12], "x": 189, "y": 0, "flags": 4},
{"matrix": [0, 11], "x": 175, "y": 0, "flags": 4},

View File

@ -51,7 +51,7 @@
"splash": true
},
"center_point": [90, 28],
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"matrix": [0, 12], "x": 189, "y": 0, "flags": 4},
{"matrix": [0, 11], "x": 175, "y": 0, "flags": 4},