Replies: 7 comments 8 replies
-
Did you try changing the pin used for the busy pin? |
Beta Was this translation helpful? Give feedback.
-
Possibly. As I said before, I’m not familiar with your particular hardware,
but it is possible.
Have you gotten the screen to work by other means? (Other board, driver,
etc.) And does the board work other than that problem?
|
Beta Was this translation helpful? Give feedback.
-
You're welcome!
|
Beta Was this translation helpful? Give feedback.
-
I tried with a new board, at the beginning, I had the same issue, so I changed the busy pin, and I don't have this problem. All seems to be good from a software point of view, but the screen state does not change... nothing is printed on the screen.... |
Beta Was this translation helpful? Give feedback.
-
I read on the pinout on my board, and I used Pins for SPI. After readding hours, these Pins are used to connect/modify the firmware (or something like that)... Then I use Pins for V-SPI, and same problem, nothing happen to the epaper display... I try to replace SPI with SoftSPI, but I am not sure to understand the difference between them... |
Beta Was this translation helpful? Give feedback.
-
I'm unclear what display is in use here. This one is designed for the Pico but is supplied with a cable enabling other hosts to be connected. It has been extensively tested with particularly good results. However there is no guarantee of compatibility with other Waveshare displays of the same size. I can only buy - and write drivers for - a limited number of these things and Waveshare make a vast range of products. |
Beta Was this translation helpful? Give feedback.
-
Ok After hours of research and try to adapt the code for my display, and understand why it was not work: the drivers proposed are for the V1 hardware, but now the hardware have different versions which change the communication protocol... Moreover, I don't know if you know but Waveshare adapt the Peter Hinch's python-nano-gui to different hadware version. Link corrected For my case the adaptation is only for 1-bit monochrome. I will try to modify to adapt to 2-bits grayscale. |
Beta Was this translation helpful? Give feedback.
-
Dear all;
I have a LOLIN D32 board and a new WS 4.2 white and Black ePaper on the 2nd version.
I am trying to use the Peter Hinch's driver to do so, I am using the pico_epaper_42.py file modifying the connection Pins and during the initialization step,
ssd=SSD()
I am looping into the functionready(self)
because the(self._busy_pin() == 0)
is always true.Any idea?????
Thanks a lot for your help!!!
Beta Was this translation helpful? Give feedback.
All reactions