Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 602 Bytes

File metadata and controls

36 lines (28 loc) · 602 Bytes

README

Python implementation to make waveshare 4.3inch e-Paper display work on Raspberry Pi

Waveshare Wiki

Functions implemented

  • clear
  • refresh
  • text
  • set_font_size
  • triangle
  • circle
  • rectangle
  • line
  • point

Quickstart

#!python
from epaper import Epaper
e = Epaper(debug=True)
e.clear()
e.write_text(600, 400, 'test 0001')
e.refresh()

Connections

raspberry connections

Todo

  • set_colors
  • image
  • import_image