Skip to content

Commit

Permalink
Merge pull request #42 from adafruit/dhalbert-patch-1
Browse files Browse the repository at this point in the history
replace .show() in README.rst
  • Loading branch information
makermelissa authored Nov 9, 2023
2 parents f772584 + 4afffac commit bd41d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Usage Example
# Create the labels
funhouse.display.show(None)
funhouse.display.root_group = None
slider_label = funhouse.add_text(
text="Slider:", text_position=(50, 30), text_color=0x606060
)
Expand Down Expand Up @@ -112,7 +112,7 @@ Usage Example
pres_label = funhouse.add_text(
text="Pres:", text_position=(50, 60), text_color=0xFF00FF
)
funhouse.display.show(funhouse.splash)
funhouse.display.root_group = funhouse.splash
while True:
funhouse.set_text("Temp %0.1F" % dps310.temperature, temp_label)
Expand Down

0 comments on commit bd41d64

Please sign in to comment.