Viking Skull Lamp  V1.0.1
Loading...
Searching...
No Matches
oled.hpp File Reference
#include "Arduino.h"
#include "Wire.h"
#include "stdint.h"

Go to the source code of this file.

Classes

class  ssd1306
 Display driver object. More...
 

Macros

#define SSD1306_WIDTH   128
 Width of the display module in pixels. More...
 
#define SSD1306_HEIGHT   32
 Height of the display module in pixels. More...
 

Variables

const uint8_t ASCII[] PROGMEM
 Font for the display. More...
 

Macro Definition Documentation

◆ SSD1306_HEIGHT

#define SSD1306_HEIGHT   32

Height of the display module in pixels.

Definition at line 41 of file oled.hpp.

◆ SSD1306_WIDTH

#define SSD1306_WIDTH   128

Width of the display module in pixels.

Definition at line 38 of file oled.hpp.

Variable Documentation

◆ PROGMEM

const uint8_t ASCII [] PROGMEM

Font for the display.

Every printable character have an 8 pixel heigh, 5 pixel wide bitmap. The printable characters are start with 0x20 ( 32 in decimal ), this is a space character.

Definition at line 48 of file oled.hpp.