mirror of
https://github.com/m5stack/M5GO.git
synced 2026-05-20 10:15:29 -07:00
9 lines
172 B
Python
9 lines
172 B
Python
from m5stack import *
|
|
import utime as time
|
|
|
|
lcd.clear(lcd.BLACK)
|
|
lcd.font(lcd.FONT_DejaVu24)
|
|
lcd.print('Demo Game', 0, 0, lcd.WHITE)
|
|
time.sleep(1)
|
|
|
|
import examples.rps_game |