Closed AndKe closed 6 years ago
same here
Mistake in file ACROBOTIC_SSD1306.h
Fix:
line 32:
#define OLEDFONT(name) static const uint8_t __attribute__ ((progmem)) _n[]
change to:
#define OLEDFONT(name) static const uint8_t __attribute__ ((progmem)) name[]
Thanks @shuliga I've just added a pull request with this fix
Done!