-
Notifications
You must be signed in to change notification settings - Fork 1
Setup the EPAPER library
mtribiere edited this page Mar 6, 2021
·
1 revision
In this section, we will clone this library repo and compile it with our SDK.
- First, go under a working directory and clone the rep
$> cd ~/esp/examples/
$> git clone https://github.com/mtribiere/ESP8266-EPAPER-Lib
- Then compile the library with the given example code
$> cd ESP8266-EPAPER-Lib
$> make menuconfig
** Change any setting you'd like **
$> make
$> make flash
If you wired your EPAPER screen correctly, congrats, you should see the example drawing on the screen !
This page is part of the ESP8266 EPAPER library project