LilyGO T5 4.7 driver?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
lbuque
Posts: 1
Joined: Thu Mar 31, 2022 6:06 am

Re: LilyGO T5 4.7 driver?

Post by lbuque » Wed Jul 06, 2022 6:29 am

Using esp32s3 to drive T5 4.7 seems to have a better effect, and the probability of ghosting seems to have decreased.

https://github.com/Xinyuan-LilyGO/lilygo-micropython
https://github.com/Xinyuan-LilyGO/LilyG ... ee/esp32s3

Because it is currently based on micropython 1.18 and the dependent esp-idf version is v4.0.2, the esp32 version shows that the esp_lcd component cannot be used.

esp32s3 can now use esp_lcd, and LilyGo-EPD47(https://github.com/Xinyuan-LilyGO/LilyG ... ee/esp32s3) is based on the esp_lcd component.

In the near future, there may be a new version of t5-4.7 on the shelves. If you are interested, please continue to pay attention!

https://lilygo.pt.aliexpress.com/store/ ... 2b33Xaal3f

bwyld
Posts: 7
Joined: Tue Oct 19, 2021 3:03 pm

Re: LilyGO T5 4.7 driver?

Post by bwyld » Thu Mar 16, 2023 1:53 pm

Hi,

Just got 2 of these boards (the original ESP32, not the ESP32-S3 versions)

Anyone been working on the epaper driver since from micropython?

thanks
Brian

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: LilyGO T5 4.7 driver?

Post by Roberthh » Thu Mar 16, 2023 3:13 pm

Maybe one of these matches: https://awesome-micropython.com/#e-paper

Post Reply