Pico_ePaper_Code icon indicating copy to clipboard operation
Pico_ePaper_Code copied to clipboard

How to upload an image?

Open catalinalb opened this issue 4 years ago • 4 comments

Hi,

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

Thank you

catalinalb avatar Jul 03 '21 22:07 catalinalb

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

SSYYL avatar Aug 11 '21 07:08 SSYYL

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

mytechnotalent avatar Aug 31 '21 16:08 mytechnotalent

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.

anglerfish27 avatar Nov 27 '22 00:11 anglerfish27

here is showed how to edit and upload an immage

trybula avatar Feb 19 '24 21:02 trybula