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

Macros

#define st7735_setRotation   il9163_setRotation
 Sets screen orientation (rotation) More...
 

Functions

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

Detailed Description

Macro Definition Documentation

◆ st7735_setRotation

#define st7735_setRotation   il9163_setRotation

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 ST7735 display

Definition at line 133 of file lcd_il9163.h.

Function Documentation

◆ il9163_setRotation()

void il9163_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 IL9163 display

Definition at line 288 of file lcd_il9163.c.