Skip to content

Commit 93efc99

Browse files
committed
Fix links in README.md and library.properties.
1 parent 86acc36 commit 93efc99

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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/SolderedElectronics/Inkplate-Arduino-library/actions/workflows/compile.yml/badge.svg?branch=dev)](https://github.com/SolderedElectronics/Inkplate-Arduino-library/actions/workflows/compile.yml)
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/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/).
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/).
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,8 +22,7 @@ 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).
26-
25+
Find Inkplate documentation [here](https://inkplate.readthedocs.io/en/latest/arduino.html).
2726

2827
### Using Inkplate 6 with another microcontroller - Peripheral mode
2928

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

4847
### Micropython
4948

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

5251
### License
5352

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

5857
All of Inkplate-related development is open-sourced:
5958

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)
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)
6362
- OSHWA cerfiticate: [Inkplate 6](https://certification.oshwa.org/hr000003.html), [Inkplate 10](https://certification.oshwa.org/hr000006.html)
6463

6564
### Where to buy & other

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=David Zovko <[email protected]>
55
sentence=Inkplate boards driver library
66
paragraph=Implements drawing and system functions for Inkplate series of e-paper displays
77
category=Display
8-
url=https://github.com/e-radionicacom/Inkplate-Arduino-library
8+
url=https://github.com/SolderedElectronics/Inkplate-Arduino-library
99
architectures=*
1010
includes=Inkplate.h
11-
repository=https://github.com/e-radionicacom/Inkplate-Arduino-library
11+
repository=https://github.com/SolderedElectronics/Inkplate-Arduino-library

0 commit comments

Comments
 (0)