29 #ifndef _TFT_IL9163_H_ 30 #define _TFT_IL9163_H_ 133 #define st7735_setRotation il9163_setRotation 144 #endif // _TFT_IL9163_H_ void st7735_128x160_init(void)
Inits 128x160 RGB OLED display (based on st7735 controller).
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).
void il9163_setRotation(uint8_t rotation)
Sets screen orientation (rotation)
void il9163_128x128_init(void)
Inits 128x128 RGB OLED display (based on il9163 controller).
void il9163_setOffset(lcdint_t x, lcdint_t y)
Sets screen offset (refer to datasheet of your display)
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).
void il9163_setMode(lcd_mode_t mode)
Sets GDRAM autoincrement mode.