some cleanup

This commit is contained in:
2026-01-28 08:46:28 +01:00
parent 58e3074b04
commit e85e3a4a8c
6 changed files with 22 additions and 92 deletions
+13
View File
@@ -0,0 +1,13 @@
#define PIN 12
// Panel Configuration
#define PANEL_PIXEL_COUNT 16
#define PANEL_COUNT 3
#define NUMPIXELS PANEL_PIXEL_COUNT*PANEL_PIXEL_COUNT*PANEL_COUNT
#define PANEL_MAX_X PANEL_PIXEL_COUNT * PANEL_COUNT - 1
#define PANEL_MAX_Y PANEL_PIXEL_COUNT - 1
#define TEXT_MAX_LENGTH 64
#define MAX_TEXT_NODES_COUNT 4
#define SMALL_TEXT_HEIGHT 7
#define SMALL_TEXT_WIDTH 5