Rename LCD lib

This commit is contained in:
2024-05-16 21:04:06 +01:00
parent 014a9174df
commit d98ec27a1b
2 changed files with 1 additions and 1 deletions

2
app.py
View File

@@ -2,7 +2,7 @@ from api import Api
import machine
import network
from time import sleep
from screen import LCD
from lcd import LCD
from font import Font
import gc
from env import *