HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
248 stars 137 forks source link

display rotation #178

Open eskan opened 3 years ago

eskan commented 3 years ago

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 :

eskan commented 3 years ago

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.