From 266760c1e797757eb9e56d073ae2a0e1c7e1fa4b Mon Sep 17 00:00:00 2001 From: bton Date: Wed, 10 Apr 2024 21:47:36 +0200 Subject: [PATCH] test --- oled.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oled.py b/oled.py index 5c57a6e..9def635 100644 --- a/oled.py +++ b/oled.py @@ -9,6 +9,6 @@ serial = i2c(port=1, address=0x3C) device = ssd1306(serial) with canvas(device) as draw: - #draw.rectangle(device.bounding_box, outline="white", fill="black") + draw.rectangle(device.bounding_box, outline="white", fill="black") draw.text((30, 0), "Hello World", fill="white") - time.sleep(10) +time.sleep(10)