Add the Arduino program: 1.64inch e-Paper (G), 3inch e-Paper (G), 7.3inch e-Paper (G) and 3.52inch e-Paper

This commit is contained in:
SSYYL 2022-07-28 18:02:46 +08:00
commit 1cc008a55f
40 changed files with 15144 additions and 8 deletions

4
Arduino/epd3in7/.vscode/arduino.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"board": "arduino:avr:uno",
"sketch": "epd3in7.ino"
}