diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-07-30 14:15:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 14:15:37 -0700 |
| commit | 366fdcce18e148a6828b7a7074e1e4198fca3595 (patch) | |
| tree | 8777a4d863e3d855bf89f97214cc5e8c9f7c9a78 /supervisor | |
| parent | bb04fbf410b9b4af73f06603e6fff72bf8378baa (diff) | |
| parent | 1dd4bf0280f4c37687b453855a964d1923248c82 (diff) | |
Merge pull request #2011 from tannewt/ssd1322
Add knobs for SSD1322 and two displayio fixes.
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/display.c | 3 |
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 }; |
