diff options
Diffstat (limited to 'shared-module/rgbmatrix/RGBMatrix.h')
| -rw-r--r-- | shared-module/rgbmatrix/RGBMatrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-module/rgbmatrix/RGBMatrix.h b/shared-module/rgbmatrix/RGBMatrix.h index 7fce73c8b..4a0e9235e 100644 --- a/shared-module/rgbmatrix/RGBMatrix.h +++ b/shared-module/rgbmatrix/RGBMatrix.h @@ -44,5 +44,6 @@ typedef struct { bool core_is_initialized; bool paused; bool doublebuffer; + bool serpentine; int8_t tile; } rgbmatrix_rgbmatrix_obj_t; |
