Skip to content

Commit 293f13d

Browse files
committed
Fixed rotation
1 parent bafe049 commit 293f13d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qrcodeeink.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ void QRcodeEink::init() {
1111
display->init();
1212
this->screenwidth = display->width();
1313
this->screenheight = display->height();
14-
display->setRotation(1);
1514
display->eraseDisplay();
1615
int min = screenwidth;
1716
if (screenheight<screenwidth)

0 commit comments

Comments
 (0)