mirror of
https://github.com/vk496/MeshCore.git
synced 2026-09-17 05:54:31 +00:00
14 lines
284 B
C
14 lines
284 B
C
#ifndef OLEDDISPLAYFONTS_h
|
|
#define OLEDDISPLAYFONTS_h
|
|
|
|
#ifdef ARDUINO
|
|
#include <Arduino.h>
|
|
#elif __MBED__
|
|
#define PROGMEM
|
|
#endif
|
|
|
|
extern const uint8_t ArialMT_Plain_10[] PROGMEM;
|
|
extern const uint8_t ArialMT_Plain_16[] PROGMEM;
|
|
extern const uint8_t ArialMT_Plain_24[] PROGMEM;
|
|
#endif
|