Skip to content

Commit

Permalink
Update edg/parts/Lcd_Er_Tft1_28_3.py
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Lin <[email protected]>
  • Loading branch information
Suke0811 and ducky64 authored Dec 4, 2024
1 parent 0c6b179 commit fe67738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edg/parts/Lcd_Er_Tft1_28_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self) -> None:
self.miso_nc = self.Block(DigitalBidirNotConnected())
self.connect(self.spi.miso, self.miso_nc.port)

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

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

0 comments on commit fe67738

Please sign in to comment.