v.0.4.8 weather-info improvement

This commit is contained in:
tiijay
2025-11-11 14:56:20 +01:00
parent ae3fe54db9
commit 74eca565a1
3 changed files with 9 additions and 10 deletions

View File

@@ -1,15 +1,14 @@
from machine import Pin, RTC # type: ignore
from machine import Pin # type: ignore
from neopixel import NeoPixel # type: ignore
from .fonts import char_width as charwidth
from .fonts.font_5x7 import font_5x7
from ..utils.colors import GRAY, RAINBOW, BLACK, WHITE, LIME
from ..utils.colors import GRAY, RAINBOW, BLACK, WHITE
from ..utils.utils import (
get_german_timestamp_short,
get_datetime_string,
get_german_time_ticks,
get_german_date_ticks,
number_to_bitarray_msb,
get_german_date_ticks,
)
import time
import math