Skip to content

Commit f9c16d1

Browse files
authored
Merge branch 'dev' into master
2 parents de65979 + cb10c8d commit f9c16d1

File tree

44 files changed

+66
-65
lines changed

Some content is hidden

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

44 files changed

+66
-65
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
platforms: |
4040
- source-url: https://github.com/e-radionicacom/Dasduino-Board-Definitions-for-Arduino-IDE/raw/master/package_Dasduino_Boards_index.json
4141
name: Inkplate_Boards:esp32
42+
4243
fqbn: ${{ matrix.board.fqbn }}
4344
libraries: |
4445
- source-path: ./

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_Battery_Voltage/Inkplate_Battery_Voltage.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
1919
#ifndef ARDUINO_INKPLATECOLOR
20-
#error "Wrong board selection for this example, please select Inkplate color in the boards menu."
20+
#error "Wrong board selection for this example, please select Inkplate 6COLOR in the boards menu."
2121
#endif
2222

2323
#include "Inkplate.h" //Include Inkplate library to the sketch

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_Bluetooth_Peripheral_Mode_Example/Inkplate_Bluetooth_Peripheral_Mode_Example.ino

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Inkplate_Bluetooth_Peripheral_Mode_Example example for e-radionica Inkplate 6
3-
For this example you will need USB cable and an Inkplate 6
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
5-
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
2+
Inkplate_Bluetooth_Peripheral_Mode_Example example for e-radionica Inkplate 6COLOR
3+
For this example you will need USB cable and an Inkplate 6COLOR
4+
Select "Inkplate 6COLOR(ESP32)" from Tools -> Board menu.
5+
Don't have "Inkplate 6COLOR(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
88
This example shows how to use Inkplate as a peripheral device over Bluetooth.
@@ -56,4 +56,4 @@ void loop()
5656
run(commandBuffer, BUFFER_SIZE);
5757

5858
delay(50);
59-
}
59+
}

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_Bluetooth_Peripheral_Mode_Example/Peripheral.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
2-
Inkplate_Peripheral_Mode sketch for e-radionica.com Inkplate 6
2+
Inkplate_Peripheral_Mode sketch for e-radionica.com Inkplate 6COLOR
33
Select "InkplateCOLOR(ESP32)" from Tools -> Board menu.
44
Don't have "InkplateCOLOR(ESP32)" option? Follow our tutorial and add it:
55
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
66
77
Using this sketch, you don't have to program and control e-paper using Arduino code.
88
Instead, you can send UART command (explained in documentation that can be found inside folder of this sketch).
9-
This give you flexibility that you can use this Inkplate 6 on any platform!
9+
This give you flexibility that you can use this Inkplate 6COLOR on any platform!
1010
1111
Because it uses UART, it's little bit slower and it's not recommended to send bunch of
1212
drawPixel command to draw some image. Instead, load bitmaps and pictures on SD card and load image from SD.

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_EasyC/Inkplate_EasyC.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Inkplate_easyC example for e-radionica.com Inkplate COLOR
2+
Inkplate_easyC example for e-radionica.com Inkplate 6COLOR
33
For this example you will need a micro USB cable, Inkplate 6COLOR,
44
BME680 sensor with easyC connector on it: https://e-radionica.com/en/bme680-breakout-made-by-e-radionica.html
55
and a easyC cable: https://e-radionica.com/en/easyc-cable-20cm.html
@@ -20,7 +20,7 @@
2020

2121
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2222
#ifndef ARDUINO_INKPLATECOLOR
23-
#error "Wrong board selection for this example, please select Inkplate color in the boards menu."
23+
#error "Wrong board selection for this example, please select Inkplate 6COLOR in the boards menu."
2424
#endif
2525

2626
#include "Adafruit_BME680.h" //Adafruit library for BME680 Sensor

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_Low_Power/Inkplate_Low_Power.ino

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Inkplate_Low_Power example for e-radionica.com Inkplate 6
3-
For this example you will need USB cable and Inkplate 6.
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
5-
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
2+
Inkplate_Low_Power example for e-radionica.com Inkplate 6COLOR
3+
For this example you will need USB cable and Inkplate 6COLOR.
4+
Select "Inkplate 6COLOR(ESP32)" from Tools -> Board menu.
5+
Don't have "Inkplate 6COLOR(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
88
This example will show you how you can use low power functionality of Inkplate board.
@@ -19,7 +19,7 @@
1919

2020
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2121
#ifndef ARDUINO_INKPLATECOLOR
22-
#error "Wrong board selection for this example, please select Inkplate color in the boards menu."
22+
#error "Wrong board selection for this example, please select Inkplate 6COLOR in the boards menu."
2323
#endif
2424

2525
#include "Inkplate.h" //Include Inkplate library to the sketch

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_MCP23017_Expander/Inkplate_MCP23017_Expander.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2323
#ifndef ARDUINO_INKPLATECOLOR
24-
#error "Wrong board selection for this example, please select Inkplate color in the boards menu."
24+
#error "Wrong board selection for this example, please select Inkplate 6COLOR in the boards menu."
2525
#endif
2626

2727
#include "Inkplate.h" //Include Inkplate library to the sketch

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_SD_Pictures/Inkplate_SD_Pictures.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2525
#ifndef ARDUINO_INKPLATECOLOR
26-
#error "Wrong board selection for this example, please select Inkplate color in the boards menu."
26+
#error "Wrong board selection for this example, please select Inkplate 6COLOR in the boards menu."
2727
#endif
2828

2929
#include "Inkplate.h" //Include Inkplate library to the sketch

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_SD_TXT_File/Inkplate_SD_TXT_File.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2323
#ifndef ARDUINO_INKPLATECOLOR
24-
#error "Wrong board selection for this example, please select Inkplate color in the boards menu."
24+
#error "Wrong board selection for this example, please select Inkplate 6COLOR in the boards menu."
2525
#endif
2626

2727
#include "Inkplate.h" //Include Inkplate library to the sketch

examples/Inkplate6COLOR/Advanced_Inkplate_Features/Inkplate_Touchpads/Inkplate_Touchpads.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2626
#ifndef ARDUINO_INKPLATECOLOR
27-
#error "Wrong board selection for this example, please select Inkplate color in the boards menu."
27+
#error "Wrong board selection for this example, please select Inkplate 6COLOR in the boards menu."
2828
#endif
2929

3030
#include "Inkplate.h" //Include Inkplate library to the sketch

0 commit comments

Comments
 (0)