Skip to content

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.

1. Get the library

  • First, go under a working directory and clone the rep
 $> cd ~/esp/examples/
 $> git clone https://github.com/mtribiere/ESP8266-EPAPER-Lib

2. Compile it

  • Then compile the library with the given example code
 $> cd ESP8266-EPAPER-Lib
 $> make menuconfig
 ** Change any setting you'd like **
 $> make

3. Flash it

 $> make flash

If you wired your EPAPER screen correctly, congrats, you should see the example drawing on the screen !

Clone this wiki locally