firmware/branding
2025-07-09 00:00:36 -04:00
..
logo_320x240.png add mui logo images 2025-07-09 00:00:36 -04:00
logo_320x480.png add mui logo images 2025-07-09 00:00:36 -04:00
logo_480x320.png add mui logo images 2025-07-09 00:00:36 -04:00
logo_480x480.png add mui logo images 2025-07-09 00:00:36 -04:00
logo_800x480.png add 800x480 2025-07-09 00:00:36 -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.