firmware/src/graphics/niche
2025-06-12 19:58:38 -05:00
..
Drivers E-Ink driver for WEAct 2.13" BW (#7001) 2025-06-12 19:58:38 -05:00
Fonts InkHUD Extended ASCII (#6768) 2025-05-22 18:16:53 -05:00
InkHUD Parse own short name in LogoApplet (#6913) 2025-05-29 06:21:09 -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