Skip to content

Commit b52ced5

Browse files
committed
lilygo tdeck
1 parent fe9910e commit b52ced5

File tree

1 file changed

+4
-6
lines changed
  • display_configs/LilyGo-TDeck

1 file changed

+4
-6
lines changed

display_configs/LilyGo-TDeck/pins.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
2-
_I2S_WS = const(5)
3-
_I2S_DA = const(6)
4-
_I2S_BCK = const(7)
5-
61
_C3_INT = const(46)
72

83
_ES7210_DIN = const(14)
94
_ES2710_LRCK = const(21)
105
_ES2710_SCLK = const(47)
116
_ES2710_MCLK = const(48)
127

8+
_I2S_WS = const(5)
9+
_I2S_DA = const(6)
10+
_I2S_BCK = const(7)
1311

1412
_GPIO0 = const(0)
1513

1614
_UART0_RX = const(43)
17-
_UART0_TX = const(44)
15+
_UART0_TX = const(44)

0 commit comments

Comments
 (0)