waveshareteam / Pico_ePaper_Code

Waveshrae Pico e-Paper driver code
GNU General Public License v3.0
130 stars 46 forks source link

How to upload an image? #5

Open catalinalb opened 3 years ago

catalinalb commented 3 years ago

Hi,

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

Thank you

SSYYL commented 3 years ago

You can use "Image2Lcd" to convert images into arrays.

mytechnotalent commented 3 years ago

@SSYYL where exactly is the link to Image2Lcd for MicroPython specifically for the ePaper 7.5" screen thanks!

anglerfish27 commented 1 year ago

Image2LCD is for C/C++ I guess an array is an array and you could store that in a file on the MCU. I forget I use a different series of programs to get a working array for C/C++. Image2LCD has never worked right for me despite trying every option/combination. I don't know what I'm doing wrong there.

trybula commented 7 months ago

here is showed how to edit and upload an immage