v.0.5.0 cleanup code, utils ...
This commit is contained in:
7
main.py
7
main.py
@@ -1,12 +1,13 @@
|
||||
from app.display.neopixel_64x64 import NeoPixel_64x64
|
||||
#import app.display.fonts as fonts
|
||||
import app.tryout as tryout
|
||||
from app.tryout.font_checker import Font_Checker
|
||||
|
||||
# Programm Startpunkt
|
||||
if __name__ == '__main__':
|
||||
display = NeoPixel_64x64()
|
||||
|
||||
font_checker : Font_Checker = Font_Checker( display)
|
||||
font_checker.fonts_check(pretty=False)
|
||||
# tryout.emojis_check(display)
|
||||
# tryout.fonts_check(display, fonts.font_8x8, pretty=False)
|
||||
tryout.weather_check(display, test_mode=False)
|
||||
# tryout.weather_check(display, test_mode=False)
|
||||
# utils.show_system_load()
|
||||
|
||||
Reference in New Issue
Block a user