Open gddeen opened 2 years ago
The ghosted image problem, we have not yet found the cause.
Can you provide the epd.py or epd.mpy(just like you have provided the framebuf1.py file)? I am unable to get the EPD47() class from anywhere else.
Can the micropython firmware be provided for EPD47 just like the "Xinyuan-LilyGO/LilyGo-eink-v2.3-micropython" ? This makes it easy for students and alike to quickly implement their ideas. or providing the epd.py will allow them to copy the EPD47() library on to devices running the default ESP32-micropython.bin
Did you find the root cause ? I've same issue.
@sandzco
Can you provide the epd.py or epd.mpy(just like you have provided the framebuf1.py file)?
The epd.py or epd.mpy file cannot be provided, because the epd module needs to be implemented in c.
Can the micropython firmware be provided for EPD47 just like the "Xinyuan-LilyGO/LilyGo-eink-v2.3-micropython" ?
You can get the latest firmware at the github action. https://github.com/Xinyuan-LilyGO/lilygo-micropython/actions/runs/3552467553
Hello @lbuque What is the difference between T5 4.7 and T5 4.7 plus ?
@johnongit T5 4.7 plus uses esp32-s3 with better performance. You can get details about the T5-4.7 Plus on AliExpress.
@lbuque is there an update for the ghosting issue?
Yeah I am also seeing this issue when using this library
You can get the latest firmware at the github action. https://github.com/Xinyuan-LilyGO/lilygo-micropython/actions/runs/3552467553
The link is expired, where can I download the latest firmware?
The firmware under this is old: https://github.com/Xinyuan-LilyGO/lilygo-micropython/releases
Hello,
I just recieved T5 4.7 (not plus, error during my choice), I try to compile the framework, but I've issue with cmake. I try the old fimeware : https://github.com/Xinyuan-LilyGO/lilygo-micropython/releases, same result with "gosted" on text
epd47.text("test 2", 30,30)
Someone have better version of binary ?
Update : I've found : https://github.com/Xinyuan-LilyGO/lilygo-micropython/actions/runs/4238763611 (3 month ago) I flash my device (version : MicroPython 5c6bc77 on 2023-02-22; T5-4.7 (spiram) with ESP32 ), but the ghosted image is always present :-(
Thanks
Hello, I've finally managed to build the .bin-file for my T5-4.7 - but I see the same ghosting problem - but in contrary to to provided bin-file (https://github.com/Xinyuan-LilyGO/lilygo-micropython/releases/download/v0.1.0/LilyGo-MicroPython_esp32_LILYGO_EPD47_MPY-da4b38e75_IDF-e5f754b26c_B20220601_5263c3cfad.bin) the e.bitmap(buffer ...
cmd works without crashing!! Are there any updates planed?
My E-Ink display shows the entire screen reprinted about 16 pixels more along the X axis.
The screen does occasionally show perfectly.
EXCELLENT work porting all of LilyGo ESP products to Micropython and Circuitpython.
My board was just purchased but there is some melted PLA material over the protective plastic on the screen. Maybe the display has reached its end of life. Ive purchased several more units to check if it is a hardware problem or software.
This is part of a system with a LoRa point to point sensor, transmitter, to LoRa receiver to MQTT broker. This unit reads from the MQTT broker and displays the information from the LoRa sensors.
My code on the EDP47 display: