firmware/src/graphics/niche
2025-05-25 13:12:52 -05:00
..
Drivers graphics: Add GDEY0213B74 E-Ink display driver (#6879) 2025-05-25 06:08:41 -05:00
Fonts InkHUD Extended ASCII (#6768) 2025-05-22 18:16:53 -05:00
InkHUD Add missing parsing of UTF-8 chars (#6889) 2025-05-25 13:12:52 -05:00
Inputs Fix spurious button presses on some T-Echos (#6590) 2025-04-15 20:33:44 -05:00
FlashData.h Lock SPI bus while in use by InkHUD (#6719) 2025-05-02 06:20:56 -05:00
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