From 4760e3ca82451acfb7436880841ae776b1bab74e Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 12 Jun 2025 11:21:37 -0700 Subject: [PATCH 1/2] 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) From c69de1f5575332a7d822b137f1e1b1de386c30bd Mon Sep 17 00:00:00 2001 From: foamyguy Date: Wed, 4 Jun 2025 10:00:20 -0500 Subject: [PATCH 2/2] update rtd.yml file Signed-off-by: foamyguy --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 88bca9f..255dafd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-20.04 + os: ubuntu-lts-latest tools: python: "3" 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