mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 07:01:03 +00:00
11 lines
192 B
C
11 lines
192 B
C
|
|
#ifndef OLEDDISPLAYFONTSRU_h
|
||
|
|
#define OLEDDISPLAYFONTSRU_h
|
||
|
|
|
||
|
|
#ifdef ARDUINO
|
||
|
|
#include <Arduino.h>
|
||
|
|
#elif __MBED__
|
||
|
|
#define PROGMEM
|
||
|
|
#endif
|
||
|
|
|
||
|
|
extern const uint8_t ArialMT_Plain_10_RU[] PROGMEM;
|
||
|
|
#endif
|