From 06ac702c66bd1eb91c0600a6d1555c933e32e68d Mon Sep 17 00:00:00 2001 From: Sylaina Date: Mon, 17 Sep 2018 11:21:31 +0200 Subject: [PATCH] Update font.h --- font.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/font.h b/font.h index 125841b..da8d44c 100644 --- a/font.h +++ b/font.h @@ -1,6 +1,6 @@ /* * font.h - * + * i2c * * Created by Michael Köhler on 13.09.18. * Copyright 2018 Skie-Systems. All rights reserved. @@ -8,10 +8,9 @@ */ #ifndef _font_h_ #define _font_h_ - #include extern const char ssd1306oled_font[][6] PROGMEM; -uint8_t getCharPosition(char value); +extern const char special_char[][2] PROGMEM; #endif