kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Merge pull request #140 from pimoroni/example/micropython-scroll-text
Simple example for scrolling textpull/147/head v0.1.5
commit
0c22fa90d1
|
@ -0,0 +1,8 @@
|
|||
import time
|
||||
import picoscroll as scroll
|
||||
|
||||
scroll.init()
|
||||
|
||||
while True:
|
||||
scroll.scroll_text("Hello World", 128, 80)
|
||||
time.sleep(1)
|
Ładowanie…
Reference in New Issue