@@ -11,6 +11,8 @@
# include "sendchar.h"
# include "timer.h"
+struct CharacterMatrix display;
+
// Set this to 1 to help diagnose early startup problems
// when testing power-on with ble. Turn it off otherwise,
// as the latency of printing most of the debug info messes
@@ -66,7 +66,7 @@ struct CharacterMatrix {
bool dirty;
};
-struct CharacterMatrix display;
+extern struct CharacterMatrix display;
bool iota_gfx_init(void);
void iota_gfx_task(void);
@@ -10,6 +10,8 @@
#include "sendchar.h"
#include "timer.h"
extern const unsigned char font[] PROGMEM;
@@ -65,7 +65,7 @@ struct CharacterMatrix {
bool iota_gfx_init(bool rotate);
#ifndef OLED_BLANK_CHAR
@@ -16,6 +16,8 @@
@@ -70,7 +70,7 @@ struct CharacterMatrix {