v.0.5.0 cleanup code, utils ...

This commit is contained in:
tiijay
2025-11-12 10:49:53 +01:00
parent 74eca565a1
commit e58029f165
10 changed files with 135 additions and 95 deletions

View File

@@ -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()