Add new hardware: Heltec MeshPocket (#6533)

* Add Heltec MeshPocket.

* MeshPocket source code update

* Optimiz code for refresh border during full update.

* Update Heltec MeshPocket json file info.
This commit is contained in:
Aaron.Lee
2025-04-15 11:34:30 +08:00
committed by GitHub
parent c4dc3472ac
commit b46aad85cc
11 changed files with 535 additions and 1 deletions

View File

@@ -73,6 +73,10 @@ class EInkDisplay : public OLEDDisplay
SPIClass *hspi = NULL;
#endif
#if defined(HELTEC_MESH_POCKET)
SPIClass *spi1 = NULL;
#endif
private:
// FIXME quick hack to limit drawing to a very slow rate
uint32_t lastDrawMsec = 0;