This commit is contained in:
Thomas Farstrike
2025-04-19 21:04:07 +02:00
parent 382ead7817
commit b26a5b45e2
+3 -3
View File
@@ -5,9 +5,9 @@ import st7789
import lcd_bus
from micropython import const
import machine
import task_handler # NOQA
import cst816s # NOQA
import i2c # NOQA
import task_handler
import cst816s
import i2c
import network
import urequests