Add initial support for CrowPanel ESP32 5.79” E-paper HMI (#6233)

This commit is contained in:
Mark Trevor Birss
2025-03-06 11:28:43 +01:00
committed by GitHub
co-authored by GitHub
parent e6a98b1d6b
commit f6a9e7d741
8 changed files with 1345 additions and 3 deletions
File diff suppressed because it is too large Load Diff
+14
View 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