Update EInkDisplay2.cpp

This commit is contained in:
Mark Trevor Birss 2022-06-01 19:27:38 +02:00 committed by GitHub
parent 0d09767efd
commit 9512ea45de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ bool EInkDisplay::connect()
//RAK14000 2.13 inch b/w 250x122 does not support partial updates
adafruitDisplay->setRotation(3);
//For 1.54, 2.9 and 4.2
//For 1.54, 2.9 and 4.2 with Partial Updates
//adafruitDisplay->setRotation(1);
//adafruitDisplay->setPartialWindow(0, 0, displayWidth, displayHeight);
} else {