mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-13 22:32:27 +00:00
11 lines
192 B
C
11 lines
192 B
C
|
|
#ifndef OLEDDISPLAYFONTSPL_h
|
||
|
|
#define OLEDDISPLAYFONTSPL_h
|
||
|
|
|
||
|
|
#ifdef ARDUINO
|
||
|
|
#include <Arduino.h>
|
||
|
|
#elif __MBED__
|
||
|
|
#define PROGMEM
|
||
|
|
#endif
|
||
|
|
|
||
|
|
extern const uint8_t ArialMT_Plain_10_PL[] PROGMEM;
|
||
|
|
#endif
|