This commit is contained in:
Thomas Farstrike
2025-04-20 00:38:32 +02:00
parent 42757bcd3b
commit 7dde6280c8
+1 -7
View File
@@ -113,14 +113,9 @@ irq_pin.irq(trigger=machine.Pin.IRQ_FALLING,handler=handle_gesture)
import time
# Redefined from above
# Constants
TFT_HOR_RES=320
TFT_VER_RES=240
# Constants
NOTIFICATION_BAR_HEIGHT=24
BUTTON_WIDTH=100
BUTTON_HEIGHT=40
@@ -137,7 +132,6 @@ OFFSET_WIFI_ICON = -60
OFFSET_BATTERY_ICON = -40
TIME_UPDATE_INTERVAL = 1000
# Color palette
DARKPINK = lv.color_hex(0xEC048C)
MEDIUMPINK = lv.color_hex(0xF480C5)