Skip to content
Snippets Groups Projects
Commit 5eb3a26f authored by minute's avatar minute
Browse files

keyboard-fw: fix 'display' definition

parent efea4b8e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
#include <avr/pgmspace.h>
#include "gfx/font.c"
struct CharacterMatrix display;
int oledbrt = 0;
// Write command sequence.
......
......@@ -68,8 +68,6 @@ struct CharacterMatrix {
bool dirty;
};
struct CharacterMatrix display;
void gfx_poke(uint8_t x, uint8_t y, uint8_t c);
void gfx_poke_str(uint8_t x, uint8_t y, char* str);
void gfx_clear_invert(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment