SSD1306 OLED display driver
1.5.0
This library is developed to control SSD1306/SSD1331 RGB i2c/spi OLED displays and spi PCD8544 LED display
|
#include "hal/io.h"
Go to the source code of this file.
Enumerations | |
enum | { LCD_TYPE_SSD1306, LCD_TYPE_PCD8544, LCD_TYPE_SH1106, LCD_TYPE_SSD1331, LCD_TYPE_CUSTOM } |
Functions | |
void | ssd1306_sendData (uint8_t data) __attribute__((deprecated)) |
Variables | |
uint8_t | s_displayHeight |
uint8_t | s_displayWidth |
uint8_t | g_lcd_type |
void(* | ssd1306_setRamBlock )(uint8_t x, uint8_t y, uint8_t w) |
void(* | ssd1306_nextRamPage )(void) |
void(* | ssd1306_sendPixels )(uint8_t data) |
void(* | ssd1306_sendPixel8 )(uint8_t data) |
Sends RGB pixel encoded in 3-3-2 format to OLED driver. Sends RGB pixel encoded in 3-3-2 format to OLED driver. More... | |
global lcd settings
Definition in file lcd_common.h.