Skip to content

atomgomba/bflogoreplacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Betaflight Logo Replacer

This is a helper library written in Python3 for replacing the default logo with a custom one in an OSD font.

Example usage

from bflogoreplacer import replace_logo

with open("my-custom-font.mcm") as f:
    f.write(replace_logo("digital.mcm", "my-logo.png"))

See samples/ directory for example input/output.

Notes on the source files

Legal

This module is released under the GPLv3 license. Some code were taken and modified from here:
https://github.com/Knifa/MAX7456-Font-Tools

About

Betaflight logo replacer module for Python3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages