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

Functions

void ili9341_setRotation (uint8_t rotation)
 Sets screen orientation (rotation) More...
 
void ili9341_rotateOutput (uint8_t on)
 Sets rotation of all output functions. More...
 

Detailed Description

Function Documentation

◆ ili9341_rotateOutput()

void ili9341_rotateOutput ( uint8_t  on)

Sets rotation of all output functions.

Sets rotation of all output functions. 0 - no rotation, 1 - change by 90 degrees Actually doesn't change screen orientation, only rotates primitives being output

Parameters
onenable (1) of disable (0)
Warning
experimental feature, may work incorrectly

Definition at line 279 of file lcd_ili9341.c.

◆ ili9341_setRotation()

void ili9341_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 ili9341 display

Definition at line 231 of file lcd_ili9341.c.