From 4760e3ca82451acfb7436880841ae776b1bab74e Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 12 Jun 2025 11:21:37 -0700 Subject: [PATCH] Update examples to use root_group instead of splash --- README.rst | 2 +- examples/funhouse_simpletest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dafc32c..7580fd0 100644 --- a/README.rst +++ b/README.rst @@ -120,7 +120,7 @@ Usage Example pres_label = funhouse.add_text( text="Pres:", text_position=(50, 60), text_color=0xFF00FF ) - funhouse.display.root_group = funhouse.splash + funhouse.display.root_group = funhouse.root_group while True: funhouse.set_text("Temp %0.1F" % dps310.temperature, temp_label) diff --git a/examples/funhouse_simpletest.py b/examples/funhouse_simpletest.py index 57cdde4..d98da4f 100644 --- a/examples/funhouse_simpletest.py +++ b/examples/funhouse_simpletest.py @@ -62,7 +62,7 @@ def set_label_color(conditional, index, on_color): pres_label = funhouse.add_text( text="Pres:", text_position=(50, 60), text_color=0xFF00FF ) -funhouse.display.root_group = funhouse.splash +funhouse.display.root_group = funhouse.root_group while True: funhouse.set_text("Temp %0.1F" % funhouse.peripherals.temperature, temp_label) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy