|
|
@ -1,6 +1,6 @@
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* font.h
|
|
|
|
* font.h
|
|
|
|
*
|
|
|
|
* i2c
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Created by Michael Köhler on 13.09.18.
|
|
|
|
* Created by Michael Köhler on 13.09.18.
|
|
|
|
* Copyright 2018 Skie-Systems. All rights reserved.
|
|
|
|
* Copyright 2018 Skie-Systems. All rights reserved.
|
|
|
@ -8,10 +8,9 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#ifndef _font_h_
|
|
|
|
#ifndef _font_h_
|
|
|
|
#define _font_h_
|
|
|
|
#define _font_h_
|
|
|
|
|
|
|
|
|
|
|
|
#include <avr/pgmspace.h>
|
|
|
|
#include <avr/pgmspace.h>
|
|
|
|
|
|
|
|
|
|
|
|
extern const char ssd1306oled_font[][6] PROGMEM;
|
|
|
|
extern const char ssd1306oled_font[][6] PROGMEM;
|
|
|
|
uint8_t getCharPosition(char value);
|
|
|
|
extern const char special_char[][2] PROGMEM;
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|