SSD1306 OLED display driver  1.4.10
This library is developed to control SSD1306/SSD1331 RGB i2c/spi OLED displays and spi PCD8544 LED display
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

◆ lcdint_t

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.

◆ lcduint_t

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.