SSD1306 I2C Display Driver  1.2.1
This library is developed to control SSD1306 I2C OLED Display
font6x8.h
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  */
14 
15 #ifndef FONT6x8_H
16 #define FONT6x8_H
17 
18 // ----------------------------------------------------------------------------
19 #include <avr/pgmspace.h>
20 
21 // ----------------------------------------------------------------------------
22 
23 /* Standard ASCII 6x8 font */
24 extern const uint8_t ssd1306xled_font6x8 [] PROGMEM;
25 
26 // ----------------------------------------------------------------------------
27 
28 #endif // FONT6x8_H