-
Notifications
You must be signed in to change notification settings - Fork 12
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
Waveshare 13.3 inch ePaper - how setup? #105
Comments
I check - Correct display class for my Display is epd13in3b |
Any news? |
Sorry for the late response but I ordered this display but unfortunately my retailer won't deliver it any time soon. I definitely need your help with this. |
Thank you for fast answer... |
Strange, as the Waveshare code for this display here expects red image Can you try setting this |
mimeType image/jpeg
filename lena02.jpg
creationTime 2024-04-22T21:16:58Z
width 1200
height 1600
source Google Photos
Name: 1, dtype: object
2024-05-03 21:08:57 : Getting next photo...
2024-05-03 21:08:58 : Success!
2024-05-03 21:08:58 : Processing the photo...
2024-05-03 21:09:00 : Success!
2024-05-03 21:09:00 : Sending to display...
2024-05-03 21:09:03 : Done in 00:00:13 But nothing changes on the screen.... |
I think this is an issue with the correct class for your display. Let's wait for Waveshare to respond here: |
Waveshare does not respond. But examples on C is work fine. |
i have Waveshare 13.3 inch ePaper with RPI Hat
i try Test example and it work
But i cant get working ePiframe
in config i set:
display=epd13in3k
in log lokks like all good:
2024-04-23 01:52:52 : Getting next photo... 2024-04-23 01:52:53 : Success! 2024-04-23 01:52:53 : Processing the photo... 2024-04-23 01:52:57 : Success! 2024-04-23 01:52:57 : Sending to display... 2024-04-23 01:52:59 : Done in 00:00:11
But on display nothing changes
In Example from Waveshare i need set
VCOM value on the FPC
in my case it -2.27
sudo ./epd -2.27 0
in console:
maybe there is problem ?
The text was updated successfully, but these errors were encountered: