Skip to content

Commit 8c863f1

Browse files
Changed layout
1 parent 6ff2265 commit 8c863f1

File tree

2 files changed

+71
-20
lines changed

2 files changed

+71
-20
lines changed

Arduino8x8LedDisplay/MainForm.Designer.cs

Lines changed: 70 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Arduino8x8LedDisplay/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private enum ArduinoStatus
2626
private SerialPort _arduinoPort;
2727
private ArduinoStatus _status;
2828
private int _count = 8;
29-
private int _size = 20;
29+
private int _size = 25;
3030
private Bitmap _image;
3131
private bool[,] _pixels;
3232

0 commit comments

Comments
 (0)