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
Variables
LCD Fonts

Variables

const PROGMEM uint8_t ssd1306xled_font6x8 []
 
const PROGMEM uint8_t ssd1306xled_font6x8_AB []
 
const PROGMEM uint8_t ssd1306xled_font5x7 []
 
const PROGMEM uint8_t ssd1306xled_font5x7_AB []
 
const PROGMEM uint8_t courier_new_font11x16_digits []
 

Detailed Description

Variable Documentation

◆ courier_new_font11x16_digits

const PROGMEM uint8_t courier_new_font11x16_digits[]

Standard ASCII font 11x16 with digits only (Ascii codes 32 - 64).

Warning
can be used only with ssd1306_printFixed() and ssd1306_setFixedFont() functions.

Definition at line 28 of file fontx16.c.

◆ ssd1306xled_font5x7

const PROGMEM uint8_t ssd1306xled_font5x7[]

Standard ASCII 5x7 font

Definition at line 193 of file font6x8.c.

◆ ssd1306xled_font5x7_AB

const PROGMEM uint8_t ssd1306xled_font5x7_AB[]

Standard ASCII 5x7 font with only capital letters

Definition at line 295 of file font6x8.c.

◆ ssd1306xled_font6x8

const PROGMEM uint8_t ssd1306xled_font6x8[]

Standard ASCII 6x8 font

Definition at line 18 of file font6x8.c.

◆ ssd1306xled_font6x8_AB

const PROGMEM uint8_t ssd1306xled_font6x8_AB[]

Standard ASCII 6x8 AB font with only capital letters

Definition at line 121 of file font6x8.c.