Pico_ePaper_Code icon indicating copy to clipboard operation
Pico_ePaper_Code copied to clipboard

Waveshrae Pico e-Paper driver code

Results 22 Pico_ePaper_Code issues
Sort by recently updated
recently updated
newest added

Hi, I just runned the example demo. My question is how can I upload an image? Thank you

Yes.. my level of knowledge doesn't know how to display bitmaps. Can you please update this?

I have a SPI WaveShare e-paper 1.54 inch display I'd like to use with micropython but I'm not finding the library for it in the repo. Could you add it...

In the drivers folder, there is no file specifically labeled for the 4.2 inch, three-color display. There should be a file ePaper4in2b.py. Or should I use the only 'b' file...

Please add code for "3inch E-Paper Module (G), 400 × 168, Red/Yellow/Black/White" Tried using code from other displays without any luck. MicroPython will also help.

Hiya, I've been fighting with this the last few days as I really want to get the Python demo for the 2.7inch Pico display working on my Pico W. It...

有没有**Pico-ePaper-7.5**黑白的pythonnanogui的驱动代码?

forked from /pythonNanoGui/drivers/ePaper7in5b.py and changed some commands according to https://www.waveshare.com/w/upload/3/37/5.83inch_e-Paper_V2_Specification.pdf and python example https://github.com/waveshareteam/Pico_ePaper_Code/blob/main/python/Pico-ePaper-5.83.py I am unsure if the changes are all correct especially the changes for deep sleep

It looks like the code for the 7.3 display is missing from this repo. Could the latest version of the code please be pushed to this repository?

Hi, I was wondering, do you have an example with actual rtc sleep? Because its seems like I can't draw an image after rtc sleep. What am I missing? ```cpp...