CubeCell-Arduino
CubeCell-Arduino copied to clipboard
display rotation
Hi, if i want to rotate a CubeCell Dev-Board Plus display in a Lorawan application with display.screenRotate() it does not work as expected :
- ANGLE_0_DEGREE and ANGLE_180_DEGREE, have the same display orientation.
- ANGLE_90_DEGREE and ANGLE_270_DEGREE, have the same display orientation that is rotated to 90degrees and booth are mirrored. thanks to take a look to this issue. Regards, Cyrille.
I can get it work on SSH1107_SimpleDemo_I2C adding display.screenRotate(ANGLE_180_DEGREE); after display.init();
but i can't get it work with SSH1107_UIDEMO_I2C. If you have any workaround. thanks.