Files
firmware/src/graphics/niche
Ben Meadors 27ddd549f9 RTC
2025-02-12 11:55:03 -06:00
..
2025-02-11 16:01:17 -06:00
RTC
2025-02-12 11:55:03 -06:00
2025-02-12 11:31:39 -06:00
2025-02-11 16:01:17 -06:00
2025-02-11 16:01:17 -06:00

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