mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-07 18:37:52 +00:00
Add initial support for CrowPanel ESP32 5.79” E-paper HMI (#6233)
This commit is contained in:
committed by
GitHub
parent
e6a98b1d6b
commit
f6a9e7d741
1184
src/graphics/fonts/EinkDisplayFonts.cpp
Normal file
1184
src/graphics/fonts/EinkDisplayFonts.cpp
Normal file
File diff suppressed because it is too large
Load Diff
14
src/graphics/fonts/EinkDisplayFonts.h
Normal file
14
src/graphics/fonts/EinkDisplayFonts.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user