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
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 il9163_setOffset (lcdint_t x, lcdint_t y)
 Sets screen offset (refer to datasheet of your display) 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.