|
SSD1306 OLED display driver
1.7.8
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
Go to the source code of this file.
Macros | |
| #define | LCDINT_TYPES_DEFINED |
| #define | ssd1306_swap_data(a, b, type) { type t = a; a = b; b = t; } |
Typedefs | |
| typedef int | lcdint_t |
| typedef unsigned int | lcduint_t |
Functions | |
| void | ssd1306_platform_i2cInit (int8_t busId, uint8_t addr, int8_t arg) |
| Initializes i2c interface for platform being used. More... | |
| void | ssd1306_platform_spiInit (int8_t busId, int8_t cesPin, int8_t dcPin) |
| Initializes spi interface for platform being used. More... | |
SSD1306 HAL IO communication functions
Definition in file io.h.
1.8.15