Skip to content

Commit c06d67b

Browse files
committed
Improve command formatting for better crates.io display
1 parent 820f8ca commit c06d67b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ The display is configured by this driver to use a 16 bit, R5 G6 B5 pixel definit
1414
You can convert images into the correct BMP format with the following commands:
1515

1616
```bash
17-
convert my_image.png -flip -type truecolor -define bmp:subtype=RGB565 -depth 16 -strip my_image.bmp
17+
convert my_image.png \
18+
-flip \
19+
-type truecolor \
20+
-define bmp:subtype=RGB565 \
21+
-depth 16 \
22+
-strip \
23+
my_image.bmp
1824
```
1925

2026
You can also export images directly from The GIMP by saving as `.bmp` and choosing the following option:

0 commit comments

Comments
 (0)