pyfirmata_epd.epd

class pyfirmata_epd.epd.Epd(board)[source]

Bases: object

ePaper Display class

Parameters:

board (Board) – Arduino Board

Clear()[source]

Clear the ePaper-display screen

DisplayFrame(black_image, red_image=None)[source]

Send the image data to the ePaper-display to be shown

Parameters:
  • black_image (list[int]) – Black image data

  • red_image (list[int]|None) – Red image data (Optional)

Reset()[source]

Reset/Wakeup the ePaper-display. Actually runs Reset and Init on the display

Sleep()[source]

Put the ePaper-display into deep sleep