Page 1 of 1

esp32 s3 box and micropython - printing to the screen

Posted: Wed Jan 04, 2023 8:13 pm
by modulusmathesp32
Howdy!

Wondering if anyone has used any of these esp32 s3 boxes to run MicroPython?

https://www.espressif.com/en/news/ESP32-S3-BOX_video

I have been able to flash the ESP32 S3 BOX lite for MicroPython, which is great.

But I do not know how to print to the screen. Or any details about the screen?

I thought it was an ili9341, but I was not able to write to the screen w/a working driver for that type of screen.

Any thoughts are welcome.

Thanks!

Re: esp32 s3 box and micropython - printing to the screen

Posted: Sun Jan 15, 2023 6:13 pm
by Arvin Liao
先生你好
根据我的经验,需要一块屏幕!这个屏幕有不同的驱动芯片,也有你刚才说的那种型号只需要找到对应驱动库文件就好解决了。

Re: esp32 s3 box and micropython - printing to the screen

Posted: Sun Jan 22, 2023 7:40 pm
by modulusmathesp32
谢谢