Typo fixes (README.md)

Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
master
Steffen Pankratz 2021-11-16 20:58:19 +01:00
parent 2851f20200
commit 75d1068cc0
1 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ Original effort done by [tve](https://github.com/tve/micropython-inkplate6).
//Windows
esptool.py --chip esp32 --port COM5 write_flash -z 0x1000 esp32spiram-20210418-v1.15.bin
```
to flash supplied firmware. Use esp flash from this repository since its tested with Inkplate.
to flash supplied firmware. Use esp flash from this repository since it's tested with Inkplate.
If you don't have esptool.py installed, install it from here: https://github.com/espressif/esptool, at minimum use version 1.15.
@ -64,9 +64,9 @@ Original effort done by [tve](https://github.com/tve/micropython-inkplate6).
### Examples
The repo contains many examples which can demonstrate the Inkplate capabilites.
- basicBW.py -> demonstrates basic drawing capabilites, as well as drawing some images.
- basicGrayscale.py -> demonstrates basic drawing capabilites, as well as drawing some images.
The repo contains many examples which can demonstrate the Inkplate capabilities.
- basicBW.py -> demonstrates basic drawing capabilities, as well as drawing some images.
- basicGrayscale.py -> demonstrates basic drawing capabilities, as well as drawing some images.
- exampleNetwork.py -> demonstrates connection to WiFi network while drawing the HTTP request response on the screen.
- exampleSd.py -> demonstrates reading files and images from SD card.
- batteryAndTemperatureRead.py -> demonstrates how to read temperature and voltage from internal sensors.
@ -101,5 +101,5 @@ Inkplate is available for purchase via:
Inkplate is open-source. If you are looking for hardware design of the board, check the [Hardware repo for Inkplate 6](https://github.com/e-radionicacom/Inkplate-6-hardware) and [Hardware repo for Inkplate 10](https://github.com/e-radionicacom/Inkplate-10-hardware). You will find 3D printable [enclosure](https://github.com/e-radionicacom/Inkplate-6-hardware/tree/master/3D%20printable%20case) there, as well as [detailed dimensions](https://github.com/e-radionicacom/Inkplate-6-hardware/tree/master/Technical%20drawings). In this repo you will find code for driving the ED060SC7 e-paper display used by Inkplate.
For all questions and issues, please use our [forum](http://forum.e-radionica.com/en) to ask an question.
For all questions and issues, please use our [forum](http://forum.e-radionica.com/en) to ask a question.
For sales & collaboration, please reach us via [e-mail](mailto:kontakt@e-radionica.com).