Animatrix: gu604 sim

This commit is contained in:
Luke D. Jones
2023-06-25 16:27:09 +12:00
parent 55723b7b77
commit 3d6d92ae7d
8 changed files with 71 additions and 73 deletions

View File

@@ -45,7 +45,7 @@ impl AniMatrix {
let led_shape = match model {
Model::GA401 => LedShape {
vertical: 2,
horizontal: 3,
horizontal: 5,
},
Model::GA402 => LedShape {
vertical: 2,
@@ -53,7 +53,7 @@ impl AniMatrix {
},
Model::GU604 => LedShape {
vertical: 2,
horizontal: 3,
horizontal: 5,
},
};