Xinyuan-LilyGO / LilyGo-EPD47

GNU General Public License v3.0
379 stars 119 forks source link

using micropython on the T5-4.7-S3 : issues with buttons, SD card, epaper #99

Closed brianwyld closed 9 months ago

brianwyld commented 10 months ago

Our project aims to use the T5-4.7-S3, with a micropython application. I have flashed the ESP32 with a build from the latest micropython, to which I added the epaper drivers and a micropython wrapper (which is still a work in progress as I attempt to get the driver to work without resetting the card)

However, I cannot get 2 basic features to work:

thanks!

brianwyld commented 10 months ago

Update :

buttons:

SD card

brianwyld commented 9 months ago

Update for button (as only the one on IO21 is usable) : to get the 'irq' callback you need to use esp-idf-4.4.1 or higher, as v4.4 has a bug on the esp32s3 SOC (see thread here https://github.com/orgs/micropython/discussions/12215)