diff --git a/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt b/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt index b10287d..cce11d5 100644 --- a/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt +++ b/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt @@ -1,12 +1,14 @@ -Slave mode for Inkplate 6 by e-radionica.com -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 -show contents on its screen. -You can send commands via USB port or by directly connecting to ESP32 TX and RX pins. - -Settings are: -115200 baud, standard parity, ending with \n\r - +Slave mode for Inkplate 6 by e-radionica.com +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 +show contents on its screen. +You can send commands via USB port or by directly connecting to ESP32 TX and RX pins. + +Don't forget you need to send #L(1)* after each command to show it on the display (equal to display.display()). + +Settings are: +115200 baud, standard parity, ending with \n\r + echo: #?* Check if the Inkplate receives commands on UART 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) getPanelState: #R(?)* -response: #R(1)* - panel has power supply or #R(0)* - panel supply has been turned off \ No newline at end of file +response: #R(1)* - panel has power supply or #R(0)* - panel supply has been turned off