SSD1306 OLED display driver  1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Functions
SSD1331: ssd1331 control functions

Functions

void ssd1331_setRotation (uint8_t rotation)
 Sets screen orientation (rotation) More...
 

Detailed Description

Function Documentation

◆ ssd1331_setRotation()

void ssd1331_setRotation ( uint8_t  rotation)

Sets screen orientation (rotation)

Sets screen orientation (rotation): 0 - normal, 1 - 90 CW, 2 - 180 CW, 3 - 270 CW

Parameters
rotation- screen rotation 0 - normal, 1 - 90 CW, 2 - 180 CW, 3 - 270 CW
Note
works only with ssd1331 display

Definition at line 130 of file oled_ssd1331.c.