Waveshare e-paper package for Python on Raspberry Pi
Project description
Waveshare e-paper package
Waveshare e-paper package for Python on Raspberry Pi. Original source is https://github.com/waveshare/e-Paper.
Install
pip install waveshare-epaper
Usage
import epaper
# For example, when using 7.5inch e-Paper HAT
epd = epaper.epaper('epd7in5').EPD()
# init and Clear
epd.init()
epd.Clear()
epaper.epaper
method takes the model name and returns the e-paper library module.- See below for a list of e-paper model names.
- For more information on how to use the e-paper library module, please refer to the
e-Paper
part of the wiki below.
License
This software is released under the MIT License, see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
waveshare-epaper-1.0.2.tar.gz
(36.6 kB
view details)