|
@@ -10,5 +10,9 @@ while True:
|
|
display.show(Image.HEART)
|
|
display.show(Image.HEART)
|
|
if button_a.is_pressed():
|
|
if button_a.is_pressed():
|
|
display.show("Text")
|
|
display.show("Text")
|
|
|
|
+ sleep(500)
|
|
|
|
+ display.clear()
|
|
elif button_b.is_pressed():
|
|
elif button_b.is_pressed():
|
|
display.show(str(3*5))
|
|
display.show(str(3*5))
|
|
|
|
+ sleep(500)
|
|
|
|
+ display.clear()
|