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.
1 parent 8b92e15 commit d835ff1Copy full SHA for d835ff1
src/boards/Inkplate4.cpp
@@ -165,7 +165,7 @@ void Inkplate::display() // Leave on does nothing
165
* @param bool _state
166
* -'True' sets the panel to sleep
167
* -'False' wakes the panel
168
- *
+ *
169
*/
170
void Inkplate::setPanelDeepSleep(bool _state)
171
{
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