summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-08-27 16:03:05 -0700
committerScott Shawcroft <scott@tannewt.org>2019-09-03 16:15:27 -0700
commit949f8761b8c41ecbf8660bcd5a333890a37e426e (patch)
tree850cc67d0aa4c91414552292be63b5202215b608 /tools
parente92b5f7e3e16fc118929f373366ca79519ab1182 (diff)
Add .hidden to TileGrid and Group
This allows for one to preserve ordering within a Group while hiding something temporarily. Fixes #1688
Diffstat (limited to 'tools')
-rw-r--r--tools/gen_display_resources.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gen_display_resources.py b/tools/gen_display_resources.py
index 65600a195..781b5e69b 100644
--- a/tools/gen_display_resources.py
+++ b/tools/gen_display_resources.py
@@ -139,7 +139,8 @@ displayio_tilegrid_t supervisor_terminal_text_grid = {{
.tiles = NULL,
.partial_change = false,
.full_change = false,
- .first_draw = true,
+ .hidden = false,
+ .hidden_by_parent = false,
.moved = false,
.inline_tiles = false,
.in_group = true