Skip to content
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

Open
SandrRu opened this issue Apr 22, 2024 · 7 comments
Open

Waveshare 13.3 inch ePaper - how setup? #105

SandrRu opened this issue Apr 22, 2024 · 7 comments
Assignees
Labels
in progress Request is being implemented research Solution searching

Comments

@SandrRu
Copy link

SandrRu commented Apr 22, 2024

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:

sudo ./epd -2.27 0
//
bcm2835 init success !!!
/
/
VCOM value:2270
Display mode:0
Panel(W,H) = (1600,1200)
Memory Address = 119F00
FW Version = SWv_0.1.
LUT Version = M641
VCOM = -2.27V
A2 Mode:4
Start to demostrate 4bpp palette example
Write and Show 4bp occupy 10.705268 second
Set image Rotate 0
mirror image x:none, y:none
Set image Rotate 0
mirror image x:none, y:none

maybe there is problem ?

@SandrRu
Copy link
Author

SandrRu commented Apr 23, 2024

I check - Correct display class for my Display is epd13in3b
But with this module i get error:
Error sending photo to display: display() missing 1 required positional argument: 'ryimage'

@MikeGawi MikeGawi self-assigned this Apr 23, 2024
@MikeGawi MikeGawi added bug Something isn't working in progress Request is being implemented labels Apr 23, 2024
@SandrRu
Copy link
Author

SandrRu commented Apr 26, 2024

Any news?
Can I help?
Maybe give you ssh access to my RPi?

@SandrRu SandrRu closed this as completed Apr 26, 2024
@SandrRu SandrRu reopened this Apr 26, 2024
@MikeGawi
Copy link
Owner

MikeGawi commented Apr 26, 2024

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.
AFAIK this screen is red-black-white, right?
So can you try setting this in your ePiframe config to BW+Red, then restart with sudo systemctl restart ePiframe.service and let me know if it worked?

@MikeGawi MikeGawi added waiting_for_feedback Fix was applied but waiting for confirmation and removed bug Something isn't working labels Apr 26, 2024
@SandrRu
Copy link
Author

SandrRu commented Apr 27, 2024

Thank you for fast answer...
But my display is Black / White, 16 Grey Scales this

@MikeGawi
Copy link
Owner

Strange, as the Waveshare code for this display here expects red image ryimage what is the cause of this error.

Can you try setting this BW+Red flag anyway and let me know? Maybe a different Waveshare class is needed here?

@SandrRu
Copy link
Author

SandrRu commented May 3, 2024

Can you try setting this BW+Red flag

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....

@MikeGawi MikeGawi added research Solution searching and removed waiting_for_feedback Fix was applied but waiting for confirmation labels May 18, 2024
@MikeGawi
Copy link
Owner

I think this is an issue with the correct class for your display. Let's wait for Waveshare to respond here:
waveshareteam/e-Paper#338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Request is being implemented research Solution searching
Projects
None yet
Development

No branches or pull requests

2 participants