Skip to content

Commit 8dae771

Browse files
committed
Revert "Merge branch 'dev' of https://github.com/SolderedElectronics/Inkplate-Arduino-library into PCAL-Support"
This reverts commit 86cc792, reversing changes made to f6e7cd5.
1 parent 86cc792 commit 8dae771

File tree

545 files changed

+100807
-129668
lines changed

Some content is hidden

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

545 files changed

+100807
-129668
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

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

7-
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/).
7+
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/).
88
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.
99

1010
### Setting up Inkplate in Arduino IDE
1111

1212
In order to get a head start with Inkplate (any), follow these steps:
1313

14-
1. [Install Inkplate board definition](https://github.com/SolderedElectronics/Croduino-Board-Definitions-for-Arduino-IDE/blob/master/README.md) - add Inkplate 6/10/6PLUS as a board into your Arduino IDE. Follow the instructions on the [link](https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/).
14+
1. [Install Inkplate board definition](https://github.com/e-radionicacom/Croduino-Board-Definitions-for-Arduino-IDE/blob/master/README.md) - add Inkplate 6/10/6PLUS as a board into your Arduino IDE. Follow the instructions on the [link](https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/).
1515
2. Install CH340 drivers (if you don't have them yet) - instructions [here](https://e-radionica.com/en/blog/ch340-driver-installation-croduino-basic3-nova2/)
1616
3. Install Inkplate Arduino library - install the library from this repo into your Arduino IDE. If you don't know how, check our [tutorial](https://e-radionica.com/en/blog/arduino-library/#Kako%20instaliraty%20library?).
1717
4. You are ready to get started! Select Tools -> Board -> Inkplate (pick correct one), as well as correct COM port and upload!
@@ -22,7 +22,8 @@ There are many examples in the library that you demonstrate how to use any of th
2222

2323
### Documentation
2424

25-
Find Inkplate documentation [here](https://inkplate.readthedocs.io/en/latest/arduino.html).
25+
Find Inkplate documentation [here](https://inkplate.readthedocs.io/en/latest/arduino.html).
26+
2627

2728
### Using Inkplate 6 with another microcontroller - Peripheral mode
2829

@@ -46,7 +47,7 @@ apt install python-is-python3
4647

4748
### Micropython
4849

49-
If you are looking for micropython support, please find all details [here](https://github.com/SolderedElectronics/Inkplate-micropython).
50+
If you are looking for micropython support, please find all details [here](https://github.com/e-radionicacom/Inkplate-micropython).
5051

5152
### License
5253

@@ -56,9 +57,9 @@ This repo uses the source code from another repositories. All their license file
5657

5758
All of Inkplate-related development is open-sourced:
5859

59-
- [Arduino library](https://github.com/SolderedElectronics/Inkplate-6-Arduino-library)
60-
- Hardware design: [Inkplate 6](https://github.com/SolderedElectronics/Inkplate-6-hardware), [Inkplate 10](https://github.com/SolderedElectronics/Inkplate-10-hardware)
61-
- [micropython Inkplate](https://github.com/SolderedElectronics/Inkplate-6-micropython)
60+
- [Arduino library](https://github.com/e-radionicacom/Inkplate-6-Arduino-library)
61+
- Hardware design: [Inkplate 6](https://github.com/e-radionicacom/Inkplate-6-hardware), [Inkplate 10](https://github.com/e-radionicacom/Inkplate-10-hardware)
62+
- [micropython Inkplate](https://github.com/e-radionicacom/Inkplate-6-micropython)
6263
- OSHWA cerfiticate: [Inkplate 6](https://certification.oshwa.org/hr000003.html), [Inkplate 10](https://certification.oshwa.org/hr000006.html)
6364

6465
### Where to buy & other

examples/Inkplate10/Advanced_Inkplate_Features/Inkplate_Picture_From_RAM/Inkplate_Picture_From_RAM.ino

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

0 commit comments

Comments
 (0)