test
This commit is contained in:
parent
d3173e64c2
commit
814e001db3
1 changed files with 1 additions and 0 deletions
1
oled.py
1
oled.py
|
@ -27,4 +27,5 @@ display.fill(0)
|
||||||
display.show()
|
display.show()
|
||||||
|
|
||||||
display.text("Test", 0, 0, (255,255,255), size=1)
|
display.text("Test", 0, 0, (255,255,255), size=1)
|
||||||
|
display.text("Tets2", 0, 10, (255,255,255), size=2)
|
||||||
display.show()
|
display.show()
|
||||||
|
|
Loading…
Reference in a new issue