default:0xa1
Mirror: 0xa0
but the [.ccp] file use [ | 0x01],so Unable to rotate.
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 !
default:0xa1 Mirror: 0xa0 but the [.ccp] file use [ | 0x01],so Unable to rotate.
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 !