SSD1306 OLED display driver  1.6.99
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Macros | Functions
lcd_il9163.h File Reference
#include "ssd1306_hal/io.h"
#include "lcd/lcd_common.h"

Go to the source code of this file.

Macros

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

Functions

void il9163_setRotation (uint8_t rotation)
 Sets screen orientation (rotation) More...
 
void il9163_setMode (lcd_mode_t mode)
 Sets GDRAM autoincrement mode. More...
 
void il9163_128x128_init (void)
 Inits 128x128 RGB OLED display (based on il9163 controller). More...
 
void st7735_128x160_init (void)
 Inits 128x160 RGB OLED display (based on st7735 controller). More...
 
void il9163_128x128_spi_init (int8_t rstPin, int8_t cesPin, int8_t dcPin)
 Inits 128x128 RGB TFT display over spi (based on il9163 controller). More...
 
void st7735_128x160_spi_init (int8_t rstPin, int8_t cesPin, int8_t dcPin)
 Inits 128x160 RGB TFT display over spi (based on st7735 controller). More...
 

Detailed Description

support for RGB TFT 128x128 display

Definition in file lcd_il9163.h.

Macro Definition Documentation

#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 119 of file lcd_il9163.h.

Function Documentation

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 252 of file lcd_il9163.c.