2023-03-18 00:20:04 -04:00
2023-03-16 13:42:14 -04:00
2023-03-20 13:34:35 -04:00
2023-03-18 00:31:12 -04:00

dismyreadme

Waveshare e-Paper repo: https://github.com/waveshare/e-Paper

.gitignored files:

- secrets.py - file containing two variables: octoprint & apikey. octoprint should be your octoprint server's IP address or domain name and apikey is your octoprint api key. Minimum permissions: guest.
- epd_4in2_test.py - the demo file from waveshare, available on their github page.
- __pycache__/ - aint nobody got time for compiled python binaries.
- lib/ - library files from waveshare, available on their github page.
- img/Font.ttc - font file provided by waveshare, available on their github page.
- *.log - nobody needs the log files in their repo

ePaper Pins:

          Raspberry Pi
EPAPER   BCM2835   Board
VCC      3.3V      3.3V
GND      GND       GND
DIN      MOSI      19
CLK      SCLK      23
CS       CE0       24
DC       25        22
RST      17        11
BUSY     24        18
Description
No description provided
Readme 639 KiB
Languages
Python 100%