mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
-
This commit is contained in:
@@ -89,13 +89,13 @@ namespace Starlight.AnimeMatrix
|
|||||||
string model = GetModel();
|
string model = GetModel();
|
||||||
Debug.WriteLine(model);
|
Debug.WriteLine(model);
|
||||||
|
|
||||||
if (true || model is not null && model.Contains("401"))
|
if (model is not null && model.Contains("401"))
|
||||||
{
|
{
|
||||||
EmptyFirstRow = 1;
|
EmptyFirstRow = 1;
|
||||||
FullRows = 6;
|
FullRows = 6;
|
||||||
MaxColumns = 33;
|
MaxColumns = 33;
|
||||||
MaxRows = 55;
|
MaxRows = 55;
|
||||||
LedCount = 1214;
|
LedCount = 1213;
|
||||||
UpdatePageLength = 410;
|
UpdatePageLength = 410;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user