https://github.com/fel88/waveshare_epd
https://github.com/fel88/waveshare_epd
arduino waveshare
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fel88/waveshare_epd
- Owner: fel88
- License: mit
- Created: 2023-06-26T17:46:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T06:37:52.000Z (over 2 years ago)
- Last Synced: 2025-03-18T02:44:29.045Z (12 months ago)
- Topics: arduino, waveshare
- Language: C++
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```