Bases: object
object
ePaper Display class
board (Board) – Arduino Board
Clear the ePaper-display screen
Send the image data to the ePaper-display to be shown
black_image (list[int]) – Black image data
red_image (list[int]|None) – Red image data (Optional)
Reset/Wakeup the ePaper-display. Actually runs Reset and Init on the display
Put the ePaper-display into deep sleep
Contents:
Epd
Epd.Clear()
Epd.DisplayFrame()
Epd.Reset()
Epd.Sleep()
Links: