You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Cleanups
This commit is contained in:
+1
-7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user