CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

display rotation

Open eskan opened this issue 4 years ago • 1 comments

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.

eskan avatar Apr 13 '21 12:04 eskan

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.

eskan avatar Apr 13 '21 13:04 eskan