aboutsummaryrefslogtreecommitdiff
path: root/drivers/oled/glcdfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/oled/glcdfont.c')
-rw-r--r--drivers/oled/glcdfont.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/oled/glcdfont.c b/drivers/oled/glcdfont.c
index 95c5d2ebf..de5896018 100644
--- a/drivers/oled/glcdfont.c
+++ b/drivers/oled/glcdfont.c
@@ -1,13 +1,4 @@
1#pragma once 1#include "progmem.h"
2
3#ifdef __AVR__
4# include <avr/io.h>
5# include <avr/pgmspace.h>
6#elif defined(ESP8266)
7# include <pgmspace.h>
8#else
9# define PROGMEM
10#endif
11 2
12// Helidox 8x6 font with QMK Firmware Logo 3// Helidox 8x6 font with QMK Firmware Logo
13// Online editor: http://teripom.x0.com/ 4// Online editor: http://teripom.x0.com/