firmware/branding
vidplace7 49e8525095 Burning Mesh 2025 userPrefs
MUI Boot logos courtesy of mentalconfection <3
2025-07-21 13:08:02 -04:00
..
logo_320x240.png Burning Mesh 2025 userPrefs 2025-07-21 13:08:02 -04:00
logo_320x480.png Burning Mesh 2025 userPrefs 2025-07-21 13:08:02 -04:00
logo_480x320.png Burning Mesh 2025 userPrefs 2025-07-21 13:08:02 -04:00
logo_480x480.png Burning Mesh 2025 userPrefs 2025-07-21 13:08:02 -04:00
logo_800x480.png Burning Mesh 2025 userPrefs 2025-07-21 13:08:02 -04:00
README.md Add customizable boot logo based on resolution (#7146) 2025-07-02 11:53:12 -07:00

Meshtastic Branding / Whitelabeling

This directory is consumed during the creation of event firmware.

bin/platformio-custom.py determines the display resolution, and locates the corresponding logo_<width>x<height>.png.

Ex:

  • logo_800x480.png
  • logo_480x480.png
  • logo_480x320.png
  • logo_320x480.png
  • logo_320x240.png

This file is copied to data/boot/logo.png before filesytem image compilation.

For additional examples see the event/defcon33 branch.