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()