There was an error while loading. Please reload this page.
1 parent c70fe0c commit 823d0bbCopy full SHA for 823d0bb
driver/indev/xpt2046.py
@@ -25,7 +25,7 @@ def __init__(
25
self._mv = memoryview(self._buf)
26
27
self._spi = machine.SPI(
28
- host,
+ host + 1,
29
baudrate=freq,
30
sck=machine.Pin(clk, machine.Pin.OUT),
31
mosi=machine.Pin(mosi, machine.Pin.OUT),
0 commit comments