Skip to content

Commit 7235216

Browse files
waveshare_esp32_s3_touch_lcd_2.py: remove unused input
1 parent f16e04e commit 7235216

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal_filesystem/lib/mpos/board/waveshare_esp32_s3_touch_lcd_2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Hardware initialization for ESP32-S3-Touch-LCD-2
22
# Manufacturer's website at https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2
3-
from machine import Pin, SPI
4-
import st7789
3+
import st7789
54
import lcd_bus
65
import machine
76
import cst816s

0 commit comments

Comments
 (0)