adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.74k stars 963 forks source link

The problem with the screen #262

Open SwiperWitty opened 1 year ago

SwiperWitty commented 1 year ago

default:0xa1 Mirror: 0xa0 but the [.ccp] file use [ | 0x01],so Unable to rotate.

1

We're going to use this to rotate the screen: #define SSD1306_SEGREMAP 0xA1 ///< See datasheet //default 0xa1 rotate 0xa0 #define SSD1306_COMSCANDEC 0xC8 ///< See datasheet //default 0xc8 rotate 0xc0

Suggestion: Provide a screen rotation function,Thank you again !