Initial Commit

This commit is contained in:
2026-03-31 10:19:59 -04:00
commit a1af89eef1
15 changed files with 444 additions and 0 deletions

9
include/GlobalSettings.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef GLOBALSETTINGS_H
#define GLOBALSETTINGS_H
#define WIDTH 32
#define HEIGHT 8
#define OUTPUT_PIN 6
#define MODE XYModes::HORIZONTALSCAN
#endif