We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d2264 commit 6279224Copy full SHA for 6279224
examples/tft_config/t-display/tft_config.py
@@ -2,7 +2,7 @@
2
import lcd
3
4
def config():
5
- hspi = SPI(2, baudrate=40000000, sck=Pin(18), mosi=Pin(19), miso=None)
+ hspi = SPI(2, sck=Pin(18), mosi=Pin(19), miso=None)
6
panel = lcd.SPIPanel(spi=hspi, command=Pin(16), cs=Pin(5), pclk=60000000, width=135, height=240)
7
st = lcd.ST7789(panel, reset=Pin(23), backlight=Pin(4))
8
st.backlight_on()
0 commit comments