Skip to content

Commit cb8a68f

Browse files
authored
Merge pull request #63 from e-radionicacom/master_inkplate10_merge
Merging Inkplate 10 to master
2 parents 20c9a97 + 49447e3 commit cb8a68f

File tree

1,047 files changed

+154135
-33528
lines changed

Some content is hidden

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

1,047 files changed

+154135
-33528
lines changed

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,42 @@ There are many examples in the library that you demonstrate how to use any of th
2020

2121
### Documentation
2222

23+
2324
Find Inkplate documentation [here](https://inkplate.readthedocs.io/en/latest/get-started.html).
25+
1.1. Basic BW - use the screen in BW mode (graphics & text)
26+
27+
1.2. Basic Gray - use the screen in gray mode (graphics & text)
28+
29+
1.3. Basic Partial Update - do a partial update of the screen on Inkplate 6
30+
31+
1.4. Basic Custom Fonts - add custom fonts and use them to write text on the screen
32+
33+
2. **Advanced Inkplate Functionality**
34+
35+
2.1. WiFi HTTP Request - make HTTP request while connected too WiFi
36+
37+
2.2. Low Power - put Inkplate in sleep in order to save battery
38+
39+
2.3. Battery Voltage And Temperature - measure battery voltage and temperature of the board
40+
41+
2.4. Touchpads - get readings from onboard touch pads
42+
43+
2.5. SD Pictures - show .bmp, .jpg and .png images from the SD card on the screen
44+
45+
2.6. Web Pictures - show .bmp, .jpg and .png images from the web
46+
47+
2.7. Inkplate SD TXT File - read .txt file from the SD card and show it on the screen
48+
49+
2.8. easyC - use easyC ecosystem (I2C) and read a sensor value
50+
51+
2.9. MCP23017 Expander - use onboard MCP23017 expander for your own external devices
52+
53+
2.10. Web Server - make Inkplate a web server
54+
55+
3. **Others**
56+
57+
3.1. Peripheral Mode - mode that enables control of the screen from any external device using UART
58+
2459

2560
### Using Inkplate 6 with another microcontroller - Peripheral mode
2661

@@ -33,7 +68,9 @@ It is based on UART (serial) communication - connect the Inkplate to "Controller
3368
Inkplate 6 has two options for powering it. First one is obvious - USB port at side of the board. Just plug any micro USB cable and you are good to go. Second option is battery. Supported batteries are standard Li-Ion/Li-Poly batteries with 3.7V nominal voltage. Connector for the battery is standard 2.00mm pitch JST connector. The onboard charger will charge the battery with 500mA when USB is plugged at the same time. You can use battery of any size or capacity if you don't have a enclosure. If you are using our enclosure, battery size shouldn't exceed 90mm x 40mm (3.5 x 1.57 inch) and 5mm (0.19 inch) in height. [This battery](https://e-radionica.com/en/li-ion-baterija-1200mah.html) is good fit for the Inkplate.
3469

3570
### Linux?
71+
3672
Running Linux? You'll need to run few other lines from your Terminal:
73+
3774
```
3875
apt install python3-pip
3976
pip3 install pyserial
@@ -42,15 +79,16 @@ apt install python-is-python3
4279

4380
### Micropython
4481

45-
If you are looking for micropython support, please find all details [here](https://github.com/e-radionicacom/Inkplate-6-micropython).
82+
If you are looking for micropython support, please find all details [here](https://github.com/e-radionicacom/Inkplate-6-micropython).
4683

4784
### License
4885

49-
This repo uses the source code from another repositories. All their license files are located in "licences" folder.
86+
This repo uses the source code from another repositories. All their license files are located in "licences" folder.
5087

5188
### Open-source
5289

5390
All of Inkplate-related development is open-sourced:
91+
5492
- [Arduino library](https://github.com/e-radionicacom/Inkplate-6-Arduino-library)
5593
- [Inkplate 6 hardware](https://github.com/e-radionicacom/Inkplate-6-hardware)
5694
- [micropython Inkplate](https://github.com/e-radionicacom/Inkplate-6-micropython)

examples/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino

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

0 commit comments

Comments
 (0)