From 814e001db3a11794bcaae7dba31998877d1e5282 Mon Sep 17 00:00:00 2001 From: bton Date: Fri, 12 Apr 2024 21:39:21 +0200 Subject: [PATCH] test --- oled.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oled.py b/oled.py index b502a02..4d2b6dc 100644 --- a/oled.py +++ b/oled.py @@ -27,4 +27,5 @@ display.fill(0) display.show() display.text("Test", 0, 0, (255,255,255), size=1) +display.text("Tets2", 0, 10, (255,255,255), size=2) display.show()