An open API service indexing awesome lists of open source software.

https://github.com/fel88/waveshare_epd


https://github.com/fel88/waveshare_epd

arduino waveshare

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Waveshare_EPD

Cyrillic support (Windows-1251) for Waveshare e-Paper

Fonts generated with: https://github.com/fel88/GFXFontTool

Origin code: https://www.waveshare.com/w/upload/6/69/E-Paper_Shield_Code.7z
## How to use (Arduino IDE)
```Copy to the root directory, note that the image is placed in the root directory, not the BMP folder is placed in the root directory.
method 1:
Copy the entire EPD folder to the libraries folder under the Arduino installation path.
..\Arduino\libraries
Method 2:
Copy the src folder in the EPD folder to
C:\Users\user_name\Documents\Arduino\libraries
or ..\document\Arduino\libraries

```