CircuitPython version
Adafruit CircuitPython 9.2.1 on 2024-11-20; MakerFabs-ESP32-S3-Parallel-TFT-With-Touch-7inch with ESP32S3
Board ID:makerfabs_tft7
UID:48CF6E86FA45
Code/REPL
>>> import board
>>> dir(board)
['__class__', '__name__', 'BUTTON', 'DISPLAY', 'GPIO19', 'GPIO20', 'I2C', 'RX', 'SCL', 'SDA', 'SDIO_CLK', 'SDIO_CMD', 'SDIO_D0', 'TFT_BACKLIGHT', 'TFT_PINS', 'TFT_TIMINGS', 'TFT_TIMINGS1024', 'TFT_TIMINGS800', 'TOUCH_RESET', 'TX', '__dict__', 'board_id']
>>>
Behavior
Can't use SD card since there is no chip select defined in "board".
Description
No response
Additional information
CS pin in schematic is IO10
CircuitPython version
Code/REPL
Behavior
Can't use SD card since there is no chip select defined in "board".
Description
No response
Additional information
CS pin in schematic is IO10