russhughes / s3lcd

ESP_LCD based MicroPython driver for ESP32-S3 Devices with ST7789 or compatible displays.
Other
70 stars 11 forks source link

Create LilyGo T-Dongle-S3.md #12

Closed c-logic closed 1 year ago

c-logic commented 1 year ago

A way t use the sdcard-interface in 4-bit-mode

c-logic commented 1 year ago

MicroPython v1.20.0-219-g47dc7d013-dirty on 2023-08-22; ESP32S3 module with ESP32S3

Type "help()" for more information.

from machine import SDCard sd=SDCard(slot=1,width=4) sd.info() (15489564672, 512)