This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* A Waveshare E-Paper controller via a simple web API | |
* | |
* This C++ program creates a simple HTTP server to control a Waveshare | |
* e-Paper display, like the 10.3inch e-Paper e-Ink Display HAT For | |
* Raspberry Pi at https://www.waveshare.com/10.3inch-e-Paper-HAT.htm | |
* which I am using. This program is meant to be run on the Pi that is | |
* connected to the e-Paper display. | |
* | |
* When run, this program creates a simple web server that serves a |