Run program after flashing

This commit is contained in:
Michal Moskal
2017-07-06 17:58:15 +01:00
parent e6a72ba56a
commit 3010b29a26
4 changed files with 42 additions and 17 deletions

View File

@ -1,6 +1,6 @@
screen.clear()
screen.setFont(ScreenFont.Large)
screen.drawText(10, 30, "Hello PXT!")
screen.drawText(10, 30, "Welcome PXT!")
screen.drawEllipse(40, 40, 20, 10, Draw.Fill)
output.setLights(LightsPattern.Orange)