WeAct Epaper & Pico2 #102
Unanswered
SoberMindedDenis
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The WeAct Stdio ePaper 2.9" is supported - see driver details. Please install nano-gui as per the docs. You will need to write a |
Beta Was this translation helpful? Give feedback.
1 reply
-
You are missing the definition of Please use this file as a template. Note that the code initialises output pins with a value, also that the reset pin is specified by a pin no., not a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. This is my first time working with displays and I can't figure out the sources of relations.
I found an example of such a file from Waveshare Pico LCD 2", but there is another relation "from drivers.st7789.st7789_4bit import". On Git, Adafruit_ssd1680 only has examples, but no driver, so "from epaperdisplay import EPaperDisplay" also leads nowhere. The only thing I understand is that the driver is in the author's drivers/epaper/epd29_ssd1680.py , when launched the console returns "MPY: soft reboot", but nothing happens - is this correct?
In the code translated by the author, the code refers to color_setup.py - if I understand correctly, this is not a screen driver, but a manifest containing the pin ratio on the board?
Probably I need color_setup.py for pi pico 2 + WeAct Epaper, as a layer between driver and main image output code? Can you help me and other newbies?
Beta Was this translation helpful? Give feedback.
All reactions