summaryrefslogtreecommitdiff
path: root/shared-module/rgbmatrix/RGBMatrix.h
diff options
context:
space:
mode:
authorHosted Weblate <hosted@weblate.org>2021-01-27 02:31:37 +0100
committerHosted Weblate <hosted@weblate.org>2021-01-27 02:31:37 +0100
commit83a99cbc33c47e398f511a098a7b4a6ba9a0d830 (patch)
tree8690556db97ebd0540249f169849ea0ed2a3ad92 /shared-module/rgbmatrix/RGBMatrix.h
parent2918b73828ea68e6a9765923173021fe95b7d808 (diff)
parent45b3c9ae4213008da092d5bb35e8602e1e90bca2 (diff)
Merge remote-tracking branch 'origin/main' into main
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;