mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-05 01:20:59 +00:00
* Update Screen.cpp * Add files via upload * Update Screen.cpp --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
11 lines
192 B
C
11 lines
192 B
C
#ifndef OLEDDISPLAYFONTSUA_h
|
|
#define OLEDDISPLAYFONTSUA_h
|
|
|
|
#ifdef ARDUINO
|
|
#include <Arduino.h>
|
|
#elif __MBED__
|
|
#define PROGMEM
|
|
#endif
|
|
|
|
extern const uint8_t ArialMT_Plain_10_UA[] PROGMEM;
|
|
#endif |