Skip to content

Commit 1e4ff5a

Browse files
committed
2 parents a41db91 + d835ff1 commit 1e4ff5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/boards/Inkplate4.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void Inkplate::display() // Leave on does nothing
166166
* @param bool _state
167167
* -'True' sets the panel to sleep
168168
* -'False' wakes the panel
169-
*
169+
*
170170
*/
171171
void Inkplate::setPanelDeepSleep(bool _state)
172172
{

src/boards/Inkplate6Color.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void Inkplate::setPanelDeepSleep(bool _state)
323323
else
324324
{
325325
// _state is true? Put the panel to sleep.
326-
326+
327327
delay(10);
328328
sendCommand(DEEP_SLEEP_REGISTER);
329329
sendData(0xA5);

0 commit comments

Comments
 (0)