Xinyuan-LilyGO / lilygo-micropython

Micropython for LILYGO boards
GNU General Public License v3.0
98 stars 29 forks source link

module 'epd' has no attribute 'EPD47' #39

Open Kevin-Palmerini opened 1 year ago

Kevin-Palmerini commented 1 year ago

Hello! I would like to test the demo app to send bitmap images to LILYGO T5-4.7 S3 E-Paper. But I'm having difficulties installing the right packages for "epd", since the module EPD47 is not found. I have basically followed the basic instruction like:

sudo apt-get install git make python3 python3-pip cmake quilt

and

$ cp config_T5-4.7-Plus config $ make

Could you please help me or give me any hints. Thank you!!