-
Notifications
You must be signed in to change notification settings - Fork 1.3k
display.root_group.hidden = True
causes RuntimeError: Read-only
#9880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This started happening between 9.0.0-beta.0 and 9.0.0-beta.1. |
I think it's |
More on this: https://forums.adafruit.com/viewtopic.php?p=1019617#p1019617 @tannewt see your comments there. |
en...... set root_group to none, does not have effect |
Huh, I tested it here:
After I hit enter on the 2nd line the TFT was set to all black. I see two things from the forum thread:
|
it have effect in a vm, e.g. if you use thonny, thonny will run Perhaps it would be better for me to compile a bin with thanks. |
|
You can try putting |
And for future people who discover this thread: you must put |
import supervisor
supervisor.status_bar.display = False
supervisor.status_bar.console = False |
|
yep. If you do |
display.root_group.hidden = True
has error:
RuntimeError: Read-only
Originally posted by @bh1rio in #2791 (comment)
The text was updated successfully, but these errors were encountered: