SSD1306 OLED display driver  1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Classes | Macros | Typedefs | Functions
io.h File Reference
#include "UserSettings.h"
#include "template/io.h"

Go to the source code of this file.

Classes

struct  ssd1306_platform_i2cConfig_t
 

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, ssd1306_platform_i2cConfig_t *cfg)
 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...
 

Detailed Description

SSD1306 HAL IO communication functions

Definition in file io.h.