SSD1306 OLED display driver  1.3.1
This library is developed to control SSD1306 i2c/spi OLED display
Classes | Typedefs | Enumerations
nano_gfx_types.h File Reference
#include <stdint.h>
#include <Arduino.h>

Go to the source code of this file.

Classes

struct  SSD1306_RECT
 
struct  SPRITE
 

Typedefs

typedef struct SPRITE SPRITE
 

Enumerations

enum  EFontStyle { STYLE_NORMAL, STYLE_BOLD, STYLE_ITALIC }
 

Detailed Description

Basic structures of nano gfx library

Definition in file nano_gfx_types.h.

Typedef Documentation

§ SPRITE

typedef struct SPRITE SPRITE

SPRITE structure represents logical graphics object

Enumeration Type Documentation

§ EFontStyle

enum EFontStyle

Supported font styles

Definition at line 30 of file nano_gfx_types.h.