mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-04 09:02:21 +00:00
15 lines
220 B
C
15 lines
220 B
C
#ifndef EINKDISPLAYFONTS_h
|
|
#define EINKDISPLAYFONTS_h
|
|
|
|
#ifdef ARDUINO
|
|
#include <Arduino.h>
|
|
#elif __MBED__
|
|
#define PROGMEM
|
|
#endif
|
|
|
|
/**
|
|
* Monospaced Plain 30
|
|
*/
|
|
extern const uint8_t Monospaced_plain_30[] PROGMEM;
|
|
#endif
|