We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a41db91 + d835ff1 commit 1e4ff5aCopy full SHA for 1e4ff5a
src/boards/Inkplate4.cpp
@@ -166,7 +166,7 @@ void Inkplate::display() // Leave on does nothing
166
* @param bool _state
167
* -'True' sets the panel to sleep
168
* -'False' wakes the panel
169
- *
+ *
170
*/
171
void Inkplate::setPanelDeepSleep(bool _state)
172
{
src/boards/Inkplate6Color.cpp
@@ -323,7 +323,7 @@ void Inkplate::setPanelDeepSleep(bool _state)
323
else
324
325
// _state is true? Put the panel to sleep.
326
-
+
327
delay(10);
328
sendCommand(DEEP_SLEEP_REGISTER);
329
sendData(0xA5);
0 commit comments