lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
377 stars 52 forks source link

SSD1351 Screen orientation #23

Closed drewmo closed 4 years ago

drewmo commented 4 years ago

Can anyone point me in the direction of adding screen orientation support for the Waveshare SSD1351 RGB OLEDs? I need it for a project of mine.

Or if it's not possible as there is some hardware limitation that would be good to know.

I tried playing around with the library by going off the other screen orientation functions but haven't been able to make any progress.

lexus2k commented 4 years ago

Hello,

ssd1351 has hardware options for flexible layout. It works similar way the ssd1331 works. But I didn't add this support to lcdgfx library yet.

drewmo commented 4 years ago

Would it be possible for me to use a similar function as used on the SSD1331? If so I'll probably look into copying it.

lexus2k commented 4 years ago

Please check latest v1.0.0_dev branch.

lexus2k commented 4 years ago

Hello, do you have any updates?