Update README.md
This commit is contained in:
parent
aca0d461c7
commit
15863b809c
51
README.md
51
README.md
|
@ -16,23 +16,40 @@ Optional: if you are planning to use the SD card funcionality, install [custom
|
||||||
|
|
||||||
#### Code examples
|
#### Code examples
|
||||||
There are many examples in the library that you demonstrate how to use any of the Inkplate functionality.
|
There are many examples in the library that you demonstrate how to use any of the Inkplate functionality.
|
||||||
1. Basic Inkplate Functionality
|
|
||||||
1.1. Basic Monochrome - use the screen in monochrome mode (graphics & text)
|
1. **Basic Inkplate Functionality**
|
||||||
1.2. Basic Grayscale - use the screen in grayscale mode (graphics & text)
|
|
||||||
1.3. Basic Partial Update - do a partial update of the screen on Inkplate 6
|
1.1. Basic Monochrome - use the screen in monochrome mode (graphics & text)
|
||||||
1.4. Basic Custom Fonts - add custom fonts and use them to write text on the screen
|
|
||||||
2. Advanced Inkplate Functionality
|
1.2. Basic Grayscale - use the screen in grayscale mode (graphics & text)
|
||||||
2.1. WiFi HTTP Request - make HTTP request while connected too WiFi
|
|
||||||
2.2. Low Power - put Inkplate in sleep in order to save battery
|
1.3. Basic Partial Update - do a partial update of the screen on Inkplate 6
|
||||||
2.3. Battery Voltage And Temperature - measure battery voltage and temperature of the board
|
|
||||||
2.4. Touchpads - get readings from onboard touch pads
|
1.4. Basic Custom Fonts - add custom fonts and use them to write text on the screen
|
||||||
2.5. SD BMP Pictures - show .bmp images from the SD card on the screen
|
|
||||||
2.6. Inkplate SD TXT File - read .txt file from the SD card and show it on the screen
|
2. **Advanced Inkplate Functionality**
|
||||||
2.7. easyC - use easyC ecosystem (I2C) and read a sensor value
|
|
||||||
2.8. MCP23017 Expander - use onboard MCP23017 expander for your own external devices
|
2.1. WiFi HTTP Request - make HTTP request while connected too WiFi
|
||||||
2.9. Web Server - make Inkplate a web server
|
|
||||||
3. Others
|
2.2. Low Power - put Inkplate in sleep in order to save battery
|
||||||
3.1. Slave Mode - mode that enables control of the screen from any external device using UART
|
|
||||||
|
2.3. Battery Voltage And Temperature - measure battery voltage and temperature of the board
|
||||||
|
|
||||||
|
2.4. Touchpads - get readings from onboard touch pads
|
||||||
|
|
||||||
|
2.5. SD BMP Pictures - show .bmp images from the SD card on the screen
|
||||||
|
|
||||||
|
2.6. Inkplate SD TXT File - read .txt file from the SD card and show it on the screen
|
||||||
|
|
||||||
|
2.7. easyC - use easyC ecosystem (I2C) and read a sensor value
|
||||||
|
|
||||||
|
2.8. MCP23017 Expander - use onboard MCP23017 expander for your own external devices
|
||||||
|
|
||||||
|
2.9. Web Server - make Inkplate a web server
|
||||||
|
|
||||||
|
3. **Others**
|
||||||
|
|
||||||
|
3.1. Slave Mode - mode that enables control of the screen from any external device using UART
|
||||||
|
|
||||||
#### Misc
|
#### Misc
|
||||||
Inkplate 6 is available for purchase via:
|
Inkplate 6 is available for purchase via:
|
||||||
|
|
Loading…
Reference in New Issue