From 07ff2de15707b80b217ad1c3713dd0fad50787b7 Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:30:53 +0100 Subject: [PATCH] screenmodes - fix typo --- examples/screenmodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/screenmodes.py b/examples/screenmodes.py index ed21892..4324189 100644 --- a/examples/screenmodes.py +++ b/examples/screenmodes.py @@ -157,7 +157,7 @@ display.set_pen(RED) display.rectangle(20, modeSelect * 10 + 29, 125, 10) display.set_pen(WHITE) - display.text("Unsuported - Wide Only", 30, modeSelect * 10 + 30, 300, 1) + display.text("Unsupported - Wide Only", 30, modeSelect * 10 + 30, 300, 1) display.update() modeChange = 0 time.sleep(0.25)