main file for the serendipity app

sammachin-gprs
Heinrich Mellmann 2018-09-02 13:17:36 +02:00
parent 2aeb0434da
commit 5612350063
1 changed files with 15 additions and 0 deletions

15
serendipity/main.py Normal file
View File

@ -0,0 +1,15 @@
"""This is a simple hello world app"""
___name___ = "serendipity"
___license___ = "MIT"
___dependencies___ = ["sleep", "app"]
___categories___ = ["EMF", "Other"]
import ugfx, os, time, sleep, app
# initialize screen
ugfx.init()
ugfx.clear()
ugfx.text(5, 5, "[work in progress]", ugfx.BLACK)