Skip to content

Commit

Permalink
Merge pull request #10 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update root_group for CP 9 compatibility
  • Loading branch information
dhalbert committed Nov 3, 2023
2 parents ec8a83e + ed0fdc0 commit 2294c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Usage Example
text_anchor_point=(0.5, 0.5),
text_color=0x606060,
)
esp32s2tft.display.show(esp32s2tft.splash)
esp32s2tft.display.root_group = esp32s2tft.splash
while True:
esp32s2tft.set_text_color(
Expand Down
2 changes: 1 addition & 1 deletion examples/esp32s2tft_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
text_anchor_point=(0.5, 0.5),
text_color=0x606060,
)
esp32s2tft.display.show(esp32s2tft.splash)
esp32s2tft.display.root_group = esp32s2tft.splash

while True:
esp32s2tft.set_text_color(
Expand Down

0 comments on commit 2294c8d

Please sign in to comment.