mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-22 04:58:01 +00:00
![]() Implement the GDEY0213B74 driver with configuration methods for scanning, waveform, update sequence, and polling for refresh completion. This driver supports both fast and full update types for the 2.13 inch E-Ink display. Signed-off-by: ChihoSin chihosin@icloud.com Signed-off-by: ChihoSin chihosin@icloud.com |
||
---|---|---|
.. | ||
Drivers | ||
Fonts | ||
InkHUD | ||
Inputs | ||
FlashData.h | ||
README.md |
NicheGraphics
A pattern / collection of resources for creating custom UIs, to target small groups of devices which have specific design requirements.
For an example, see the heltec-vision-master-e290-inkhud
platformio env.
-
platformio.ini
- suppress default Meshtastic components (Screen, ButtonThread, etc)
- define
MESHTASTIC_INCLUDE_NICHE_GRAPHICS
- (possibly) Edit
build_src_filter
to include our new nicheGraphics.h file
-
nicheGraphics.h
#include
all necessary components- perform all setup and config inside a
setupNicheGraphics()
method