Skip to content

Commit a1e4fbf

Browse files
committed
Updated image converter links
1 parent 133b31e commit a1e4fbf

File tree

66 files changed

+68
-68
lines changed

Some content is hidden

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

66 files changed

+68
-68
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Find Inkplate documentation [here](https://inkplate.readthedocs.io/en/latest/ard
2828

2929
### Soldered Image Converter
3030

31-
In order to display an Image on Inkplate, you can use the Soldered Image Converter to convert from .png, .jpg, .bmp to .h files which can be easily added to your project. Download the latest release [here](https://github.com/SolderedElectronics/Soldered-Image-Converter/releases).
31+
In order to display an Image on Inkplate, you can use the Soldered Image Converter to convert from .png, .jpg, .bmp to .h files which can be easily added to your project. See the latest version [here](http://soldered.com/image-converter).
3232

3333
### Using Inkplate with another microcontroller - Peripheral mode
3434

examples/Inkplate10/Advanced/DeepSleep/Inkplate10_Simple_Deep_Sleep/Inkplate10_Simple_Deep_Sleep.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
In order to convert your images into a format compatible with Inkplate
2020
use the Soldered Image Converter available at:
21-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
21+
http://soldered.com/image-converter
2222
*/
2323

2424
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them

examples/Inkplate10/Advanced/Other/Inkplate10_Read_Battery_Voltage/Inkplate10_Read_Battery_Voltage.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
In order to convert your images into a format compatible with Inkplate
1515
use the Soldered Image Converter available at:
16-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
16+
http://soldered.com/image-converter
1717
*/
1818

1919
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them

examples/Inkplate10/Advanced/Other/Inkplate10_Read_Temperature/Inkplate10_Read_Temperature.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
In order to convert your images into a format compatible with Inkplate
1616
use the Soldered Image Converter available at:
17-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
17+
http://soldered.com/image-converter
1818
*/
1919

2020
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them

examples/Inkplate10/Basic/Inkplate10_Black_And_White/Inkplate10_Black_And_White.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
In order to convert your images into a format compatible with Inkplate
1717
use the Soldered Image Converter available at:
18-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
18+
http://soldered.com/image-converter
1919
*/
2020

2121
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them

examples/Inkplate10/Basic/Inkplate10_Black_And_White/logo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
In order to convert your images into a format compatible with Inkplate
33
use the Soldered Image Converter available at:
4-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
4+
http://soldered.com/image-converter
55
*/
66

77
const uint8_t logo[] PROGMEM = {

examples/Inkplate10/Basic/Inkplate10_Grayscale/image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
In order to convert your images into a format compatible with Inkplate
33
use the Soldered Image Converter available at:
4-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
4+
http://soldered.com/image-converter
55
*/
66
const uint8_t picture1[] = {
77
0x88, 0x88, 0x99, 0x99, 0x99, 0x99, 0x99, 0x98, 0x88, 0x88, 0x88, 0x99, 0x99, 0x99, 0x99, 0x98, 0x88, 0x88, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xbb, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xab, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xab, 0xbb, 0xbb, 0xbb, 0xbb, 0xbc, 0xcb, 0xbc, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xbb, 0xba, 0xaa, 0xaa, 0x99, 0x99, 0x89, 0x88, 0x88, 0x88, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x66, 0x66, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x78, 0x88, 0x87, 0x88, 0x88, 0x88, 0x88, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0xa9, 0x99, 0x99, 0xaa, 0xab, 0xba, 0xaa, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xbb, 0xbb, 0xbc, 0xcc, 0xcc, 0xcb, 0xbb, 0xbb, 0xbb, 0xaa, 0xaa, 0x9a, 0xaa, 0xaa, 0xaa, 0xbb, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xbb, 0xaa, 0xaa, 0xaa, 0xaa, 0x99, 0x99, 0x98, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x88, 0x89, 0x88, 0x88, 0x88, 0x88, 0x88, 0x99, 0x88, 0x88, 0x88, 0x89, 0x99, 0x99, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xab, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xab, 0xba, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa9, 0x9a, 0xaa, 0xaa, 0xba, 0xaa, 0xba, 0x9a, 0xba, 0xaa, 0xa9, 0x98, 0x88, 0x87, 0x77, 0x88, 0x88, 0x77, 0x88, 0x88, 0x88, 0x87, 0x88, 0x88, 0x78, 0x88, 0x87, 0x77, 0x77,

examples/Inkplate10/Basic/Inkplate10_Hello_World/Inkplate10_Hello_World.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
In order to convert your images into a format compatible with Inkplate,
1717
use the Soldered Image Converter available at:
18-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
18+
http://soldered.com/image-converter
1919
*/
2020

2121

examples/Inkplate2/Advanced/DeepSleep/Inkplate2_Simple_Deep_Sleep/Inkplate2_Simple_Deep_Sleep.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
In order to convert your images into a format compatible with Inkplate
1919
use the Soldered Image Converter available at:
20-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
20+
http://soldered.com/image-converter
2121
*/
2222

2323
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
@@ -27,7 +27,7 @@
2727

2828
#include "Inkplate.h" //Include Inkplate library to the sketch
2929
#include "driver/rtc_io.h" //ESP32 library used for deep sleep and RTC wake up pins
30-
#include "picture1.h" //Include .h files of 3 pictures. All three pictures were converted using Inkplate Image Converter (https://solderedelectronics.github.io/Inkplate-image-converter/)
30+
#include "picture1.h" //Include .h files of 3 pictures. All three pictures were converted using Inkplate Image Converter (http://soldered.com/image-converter)
3131
#include "picture2.h"
3232
#include "picture3.h"
3333

examples/Inkplate2/Advanced/Other/Inkplate2_Picture_From_RAM/Inkplate2_Picture_From_RAM.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
In order to convert your images into a format compatible with Inkplate
1313
use the Soldered Image Converter available at:
14-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
14+
http://soldered.com/image-converter
1515
1616
Want to learn more about Inkplate? Visit www.inkplate.io
1717
Looking to get support? Write on our forums: https://forum.soldered.com/
@@ -31,7 +31,7 @@
3131
/*
3232
In order to convert your images into a format compatible with Inkplate
3333
use the Soldered Image Converter available at:
34-
https://github.com/SolderedElectronics/Soldered-Image-Converter/releases
34+
http://soldered.com/image-converter
3535
*/
3636

3737

0 commit comments

Comments
 (0)