summaryrefslogtreecommitdiff
path: root/shared-module/rgbmatrix/RGBMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module/rgbmatrix/RGBMatrix.h')
-rw-r--r--shared-module/rgbmatrix/RGBMatrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-module/rgbmatrix/RGBMatrix.h b/shared-module/rgbmatrix/RGBMatrix.h
index 6dbc6fd41..4a0e9235e 100644
--- a/shared-module/rgbmatrix/RGBMatrix.h
+++ b/shared-module/rgbmatrix/RGBMatrix.h
@@ -44,4 +44,6 @@ typedef struct {
bool core_is_initialized;
bool paused;
bool doublebuffer;
+ bool serpentine;
+ int8_t tile;
} rgbmatrix_rgbmatrix_obj_t;