Skip to content

Commit

Permalink
Add more instructions for OLED logo
Browse files Browse the repository at this point in the history
provide starter image for Gimp.
  • Loading branch information
pkendall64 committed Mar 10, 2024
1 parent 99fd0c7 commit 610fad3
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 610fad3

Please sign in to comment.