Update Inkplate_slave_mode_documentation.txt
This commit is contained in:
parent
034dbbce29
commit
8ce2822317
|
@ -1,12 +1,14 @@
|
||||||
Slave mode for Inkplate 6 by e-radionica.com
|
Slave mode for Inkplate 6 by e-radionica.com
|
||||||
Slave mode is uploaded to each Inkplate 6. It enables you to use the board
|
Slave mode is uploaded to each Inkplate 6. It enables you to use the board
|
||||||
without reprogramming. You just need to send commands via UART and it will
|
without reprogramming. You just need to send commands via UART and it will
|
||||||
show contents on its screen.
|
show contents on its screen.
|
||||||
You can send commands via USB port or by directly connecting to ESP32 TX and RX pins.
|
You can send commands via USB port or by directly connecting to ESP32 TX and RX pins.
|
||||||
|
|
||||||
Settings are:
|
Don't forget you need to send #L(1)* after each command to show it on the display (equal to display.display()).
|
||||||
115200 baud, standard parity, ending with \n\r
|
|
||||||
|
Settings are:
|
||||||
|
115200 baud, standard parity, ending with \n\r
|
||||||
|
|
||||||
echo: #?*
|
echo: #?*
|
||||||
Check if the Inkplate receives commands on UART
|
Check if the Inkplate receives commands on UART
|
||||||
response: OK
|
response: OK
|
||||||
|
@ -170,4 +172,4 @@ panelSupply(einkOff/on):#Q(S)*
|
||||||
S - State of panel power supply (S = 1 -> panel has power supply, S = 0 -> panel power supply has benn turned off)
|
S - State of panel power supply (S = 1 -> panel has power supply, S = 0 -> panel power supply has benn turned off)
|
||||||
|
|
||||||
getPanelState: #R(?)*
|
getPanelState: #R(?)*
|
||||||
response: #R(1)* - panel has power supply or #R(0)* - panel supply has been turned off
|
response: #R(1)* - panel has power supply or #R(0)* - panel supply has been turned off
|
||||||
|
|
Loading…
Reference in New Issue