Slash lightning UI tweaks

This commit is contained in:
Serge
2024-02-10 22:49:17 +01:00
parent 6a44c42cbf
commit 72888401b9
3 changed files with 5 additions and 5 deletions

View File

@@ -367,7 +367,7 @@ namespace GHelper.AnimeMatrix
AppConfig.Set("matrix_running", 2); AppConfig.Set("matrix_running", 2);
SetMatrixPicture(fileName); SetMatrixPicture(fileName);
settings.SetMatrixRunning(2); settings.VisualiseMatrixRunning(2);
} }
@@ -396,7 +396,7 @@ namespace GHelper.AnimeMatrix
} }
fs.Close(); fs.Close();
if (visualise) settings.VisualiseMatrix(fileName); if (visualise) settings.VisualiseMatrixPicture(fileName);
} }
} }
catch catch

View File

@@ -18,7 +18,7 @@ namespace GHelper.AnimeMatrix
public class SlashDevice : Device public class SlashDevice : Device
{ {
public SlashDevice() : base(0x0B05, 0x193B, 640) // 128 public SlashDevice() : base(0x0B05, 0x193B, 128)
{ {
} }

View File

@@ -424,7 +424,7 @@ namespace GHelper
} }
} }
public void VisualiseMatrix(string image) public void VisualiseMatrixPicture(string image)
{ {
if (matrixForm == null || matrixForm.Text == "") return; if (matrixForm == null || matrixForm.Text == "") return;
matrixForm.VisualiseMatrix(image); matrixForm.VisualiseMatrix(image);
@@ -712,7 +712,7 @@ namespace GHelper
} }
public void SetMatrixRunning(int mode) public void VisualiseMatrixRunning(int mode)
{ {
Invoke(delegate Invoke(delegate
{ {