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 bafe049 commit 293f13dCopy full SHA for 293f13d
src/qrcodeeink.cpp
@@ -11,7 +11,6 @@ void QRcodeEink::init() {
11
display->init();
12
this->screenwidth = display->width();
13
this->screenheight = display->height();
14
- display->setRotation(1);
15
display->eraseDisplay();
16
int min = screenwidth;
17
if (screenheight<screenwidth)
0 commit comments