v.0.4.5 rm font_height from utils

This commit is contained in:
tiijay
2025-10-25 12:01:45 +02:00
parent 1d76371354
commit a1ac556a8e
6 changed files with 58 additions and 69 deletions

View File

@@ -8,6 +8,6 @@ if __name__ == '__main__':
display = NeoPixel_64x64()
# tryout.emojis_check(display)
tryout.fonts_check(display, fonts.font_8x8, pretty=False)
# tryout.weather_check(display, test_mode=True)
# tryout.fonts_check(display, fonts.font_8x8, pretty=False)
tryout.weather_check(display, test_mode=False)
utils.show_system_load()