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
src
font6x8.h
Go to the documentation of this file.
1
/*
2
* SSD1306xLED - Drivers for SSD1306 controlled dot matrix OLED/PLED 128x64 displays
3
*
4
* @created: 2014-08-12
5
* @author: Neven Boyanov
6
*
7
* Copyright (c) 2015 Neven Boyanov, Tinusaur Team. All Rights Reserved.
8
* Distributed as open source software under MIT License, see LICENSE.txt file.
9
* Please, as a favour, retain the link http://tinusaur.org to The Tinusaur Project.
10
*
11
* Source code available at: https://bitbucket.org/tinusaur/ssd1306xled
12
*
13
*/
18
#ifndef FONT6x8_H
19
#define FONT6x8_H
20
21
#include "
hal/io.h
"
22
29
extern
const
PROGMEM uint8_t
ssd1306xled_font6x8
[];
30
32
extern
const
PROGMEM uint8_t
ssd1306xled_font6x8_AB
[];
33
35
extern
const
PROGMEM uint8_t
ssd1306xled_font5x7
[];
36
38
extern
const
PROGMEM uint8_t
ssd1306xled_font5x7_AB
[];
39
44
#endif // FONT6x8_H
io.h
ssd1306xled_font6x8
const PROGMEM uint8_t ssd1306xled_font6x8[]
Definition:
font6x8.c:18
ssd1306xled_font5x7
const PROGMEM uint8_t ssd1306xled_font5x7[]
Definition:
font6x8.c:193
ssd1306xled_font5x7_AB
const PROGMEM uint8_t ssd1306xled_font5x7_AB[]
Definition:
font6x8.c:295
ssd1306xled_font6x8_AB
const PROGMEM uint8_t ssd1306xled_font6x8_AB[]
Definition:
font6x8.c:121
Generated by
1.8.13