File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -304,13 +304,13 @@ void Inkplate::display1b(bool leaveOn)
304
304
305
305
// Clear the screen (clear sequence).
306
306
clean (0 , 5 );
307
- clean (1 , 22 );
307
+ clean (1 , 15 );
308
308
clean (2 , 1 );
309
- clean (0 , 22 );
309
+ clean (0 , 15 );
310
310
clean (2 , 1 );
311
- clean (1 , 22 );
311
+ clean (1 , 15 );
312
312
clean (2 , 1 );
313
- clean (0 , 22 );
313
+ clean (0 , 15 );
314
314
clean (2 , 1 );
315
315
316
316
// Write only black pixels.
@@ -404,13 +404,13 @@ void Inkplate::display3b(bool leaveOn)
404
404
405
405
// Clear the screen (clear sequence).
406
406
clean (0 , 5 );
407
- clean (1 , 22 );
407
+ clean (1 , 15 );
408
408
clean (2 , 1 );
409
- clean (0 , 22 );
409
+ clean (0 , 15 );
410
410
clean (2 , 1 );
411
- clean (1 , 22 );
411
+ clean (1 , 15 );
412
412
clean (2 , 1 );
413
- clean (0 , 22 );
413
+ clean (0 , 15 );
414
414
clean (2 , 1 );
415
415
416
416
// Update the screen with new image by using custom waveform for the grayscale (can be found in Inkplate6FLICK.h
@@ -512,7 +512,7 @@ uint32_t Inkplate::partialUpdate(bool _forced, bool leaveOn)
512
512
if (!einkOn ())
513
513
return 0 ;
514
514
515
- for (int k = 0 ; k < 4 ; k++)
515
+ for (int k = 0 ; k < 5 ; k++)
516
516
{
517
517
vscan_start ();
518
518
n = (E_INK_WIDTH * E_INK_HEIGHT / 4 ) - 1 ;
You can’t perform that action at this time.
0 commit comments