We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f772584 + 4afffac commit bd41d64Copy full SHA for bd41d64
README.rst
@@ -80,7 +80,7 @@ Usage Example
80
81
82
# Create the labels
83
- funhouse.display.show(None)
+ funhouse.display.root_group = None
84
slider_label = funhouse.add_text(
85
text="Slider:", text_position=(50, 30), text_color=0x606060
86
)
@@ -112,7 +112,7 @@ Usage Example
112
pres_label = funhouse.add_text(
113
text="Pres:", text_position=(50, 60), text_color=0xFF00FF
114
115
- funhouse.display.show(funhouse.splash)
+ funhouse.display.root_group = funhouse.splash
116
117
while True:
118
funhouse.set_text("Temp %0.1F" % dps310.temperature, temp_label)
0 commit comments