From 7dde6280c8e07593dd06e39cf46ac92e72390186 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 20 Apr 2025 00:38:32 +0200 Subject: [PATCH] Cleanups --- appstore.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/appstore.py b/appstore.py index 7a8430da..69cb93d4 100644 --- a/appstore.py +++ b/appstore.py @@ -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)