Skip to content

Commit 784d914

Browse files
committed
Merge branch 'master' into dev
2 parents e3811a0 + b836fcc commit 784d914

File tree

728 files changed

+6
-196598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

728 files changed

+6
-196598
lines changed

.github/workflows/compile.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
strategy:
88
matrix:
99
include:
10+
- board:
11+
fqbn: Dasduino_Boards:Inkplate:Inkplate5
12+
additional-sketch-paths: |
13+
- examples/Inkplate5
1014
- board:
1115
fqbn: Dasduino_Boards:Inkplate:Inkplate6
1216
additional-sketch-paths: |
@@ -15,18 +19,10 @@ jobs:
1519
fqbn: Dasduino_Boards:Inkplate:Inkplate10
1620
additional-sketch-paths: |
1721
- examples/Inkplate10
18-
- board:
19-
fqbn: Dasduino_Boards:Inkplate:Inkplate5
20-
additional-sketch-paths: |
21-
- examples/Inkplate5
2222
- board:
2323
fqbn: Dasduino_Boards:Inkplate:Inkplate6plus
2424
additional-sketch-paths: |
2525
- examples/Inkplate6PLUS
26-
- board:
27-
fqbn: Dasduino_Boards:Inkplate:Inkplatecolor
28-
additional-sketch-paths: |
29-
- examples/InkplateColor
3026
steps:
3127
- name: Checkout
3228
uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Inkplate Arduino library
22

3-
[![Compile Sketches](https://github.com/e-radionicacom/Inkplate-Arduino-library/actions/workflows/compile.yml/badge.svg?branch=dev)](https://github.com/e-radionicacom/Inkplate-Arduino-library/actions/workflows/compile.yml)
3+
[![Compile Sketches](https://github.com/e-radionicacom/Inkplate-Arduino-library/actions/workflows/compile.yml/badge.svg?branch=master)](https://github.com/e-radionicacom/Inkplate-Arduino-library/actions/workflows/compile.yml)
44

55
![](https://www.crowdsupply.com/img/cf95/compare-peripheral_jpg_project-body.jpg)
66

77
Arduino library for all-in-one e-paper display family named Inkplate can be found in this repo. Inkplate is a series of powerful, Wi-Fi enabled ESP32-based e-paper display products. Its main feature is simplicity. Just plug in a USB cable, open Arduino IDE, and change the contents of the screen with few lines of code. Inkplate family currently includes Inkplate 10, Inkplate 6 and Inkplate 6PLUS - learn more about Inkplates on [official website](https://inkplate.io/).
8-
Inkplate 6 was crowdfunded on [Crowd Supply](https://www.crowdsupply.com/e-radionica/inkplate-6), as well as [Inkplate 10]([https://www.crowdsupply.com/e-radionica/inkplate-10). [Inkplate 6PLUS](https://www.crowdsupply.com/e-radionica/inkplate-6plus) is funding now.
8+
Inkplate 6 was crowdfunded on [Crowd Supply](https://www.crowdsupply.com/e-radionica/inkplate-6), as well as [Inkplate 10](https://www.crowdsupply.com/e-radionica/inkplate-10) and [Inkplate 6PLUS](https://www.crowdsupply.com/e-radionica/inkplate-6plus).
99

1010
### Setting up Inkplate in Arduino IDE
1111

examples/Inkplate5/Advanced_Inkplate_Features/Inkplate_Battery_Voltage_And_Temperature/Inkplate_Battery_Voltage_And_Temperature.ino

Lines changed: 0 additions & 57 deletions
This file was deleted.

examples/Inkplate5/Advanced_Inkplate_Features/Inkplate_Battery_Voltage_And_Temperature/symbols.h

Lines changed: 0 additions & 130 deletions
This file was deleted.

examples/Inkplate5/Advanced_Inkplate_Features/Inkplate_Bluetooth_Peripheral_Mode_Example/Inkplate_Bluetooth_Peripheral_Mode_Example.ino

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)