SSD1306 OLED display driver  1.5.6
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Macros | Typedefs
io.h File Reference
#include "arduino/io.h"
#include "avr/io.h"
#include "esp/io.h"
#include "linux/io.h"

Go to the source code of this file.

Typedefs

typedef int lcdint_t
 
typedef unsigned int lcduint_t
 

Detailed Description

SSD1306 HAL IO communication functions

Definition in file io.h.

Typedef Documentation

typedef int lcdint_t

internal int type, used by ssd1306 library. Important for uC with low SRAM

Definition at line 40 of file io.h.

typedef unsigned int lcduint_t

internal int type, used by ssd1306 library. Important for uC with low SRAM

Definition at line 42 of file io.h.