mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-23 21:03:23 +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
|