summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-07-24 13:25:34 -0700
committerScott Shawcroft <scott@tannewt.org>2019-07-25 15:41:12 -0700
commitaf8cfbedfb921bfead84a4fab08f5bf9f86274e5 (patch)
tree1289bbd32345be831bd599d61455d5db9b5e459f /supervisor
parentd99d3bd471920cdd9b2683b7dbd538551f7aee43 (diff)
Add knobs for SSD1322 and two fixes.
* Fix terminal clear after first successful code.py run. * Fix transmitting too many bytes for column constraint with single byte bounds.
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/supervisor/shared/display.c b/supervisor/shared/display.c
index 6a39cbe8e..fd51e2c07 100644
--- a/supervisor/shared/display.c
+++ b/supervisor/shared/display.c
@@ -229,5 +229,6 @@ displayio_group_t circuitpython_splash = {
.size = 2,
.max_size = 2,
.children = splash_children,
- .item_removed = false
+ .item_removed = false,
+ .in_group = false
};