Skip to content

Commit fe67738

Browse files
Suke0811ducky64
andauthored
Update edg/parts/Lcd_Er_Tft1_28_3.py
Co-authored-by: Richard Lin <[email protected]>
1 parent 0c6b179 commit fe67738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edg/parts/Lcd_Er_Tft1_28_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self) -> None:
4949
self.miso_nc = self.Block(DigitalBidirNotConnected())
5050
self.connect(self.spi.miso, self.miso_nc.port)
5151

52-
self.rst = self.Export(self.conn.pins.request('7').adapt_to(DigitalSink.from_bidir((dio_model))))
52+
self.rst = self.Export(self.conn.pins.request('7').adapt_to(DigitalSink.from_bidir(dio_model)))
5353

5454
# Capacitive Touch Panel (CTP)
5555
self.ctp_i2c = self.Port(I2cTarget(DigitalBidir.empty(), addresses=[0x15]),)

0 commit comments

Comments
 (0)