This commit is contained in:
bton 2024-04-12 21:39:21 +02:00
parent d3173e64c2
commit 814e001db3

View file

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