-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T5-4.7 EDP shows ghosted image #15
Comments
The ghosted image problem, we have not yet found the cause. #2 has been mentioned |
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 ? |
The epd.py or epd.mpy file cannot be provided, because the epd module needs to be implemented in c.
You can get the latest firmware at the github action. |
Hello @lbuque |
@johnongit |
@lbuque is there an update for the ghosting issue? |
Yeah I am also seeing this issue when using this library |
The link is expired, where can I download the latest firmware? The firmware under this is old: |
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.
Someone have better version of binary ? Update : I've found : https://github.com/Xinyuan-LilyGO/lilygo-micropython/actions/runs/4238763611 (3 month ago) 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 |
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:
The text was updated successfully, but these errors were encountered: