diff options
Diffstat (limited to 'shared-module/displayio/Group.h')
| -rw-r--r-- | shared-module/displayio/Group.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-module/displayio/Group.h b/shared-module/displayio/Group.h index 7f3e5646a..272f3114c 100644 --- a/shared-module/displayio/Group.h +++ b/shared-module/displayio/Group.h @@ -39,6 +39,7 @@ typedef struct { uint16_t size; uint16_t max_size; mp_obj_t* children; + bool needs_refresh; } displayio_group_t; |
