mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
13 lines
284 B
C
13 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
|