Skip to content

Commit

Permalink
Merge pull request #53 from ExpressLRS/logo
Browse files Browse the repository at this point in the history
Add more instructions for creating OLED logo
  • Loading branch information
pkendall64 authored Mar 13, 2024
2 parents 99fd0c7 + 610fad3 commit 617a392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion logo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ ffmpeg -vcodec png -i input.png -vcodec rawvideo -f rawvideo -pix_fmt rgb565 log
Logos for display on the OLED screen must be size 128x64 for normal sized or 128x32 for small screen size.
OLED logos are in monochrome raw format.

Start with elrs.xcf (gimp file) add a logo to the right side of the ELRS logo, max height 50 pixels
starting at column 64. Once the image is correct, save as a BMP and execute the following command to get a
binary logo suitable for the flasher to use.

```bash
convert ~/Downloads/logo.bmp -monochrome -colors 2 -type bilevel -write MONO:logo.bin
convert logo.bmp -monochrome -colors 2 -type bilevel -write MONO:logo.bin
```
Binary file added logo/elrs.xcf
Binary file not shown.

0 comments on commit 617a392

Please sign in to comment.