Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 63b11e0

Browse files
authored
Update README.md
1 parent a542cf2 commit 63b11e0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Tool for convert images to different bitmap formats
33
Usable for Arduino or other controllers.
44

5-
## Supported export formats:
6-
-[X] Monochrome, 8 pixels/byte, Horisontal scan
7-
-[X] Monochrome, 8 pixels/byte, Vertical scan (Most Nokia lcd/tft)
8-
-[ ] Color, RGB332 (8 bit: RRRGGGBB)
9-
-[ ] Color, RGB565 (16bit: RRRRRGGGGGGBBBBB)
10-
-[ ] Color, RGB444 (16bit: ----RRRRGGGGBBBB)
5+
### Supported export formats:
6+
- [X] Monochrome, 8 pixels/byte, Horisontal scan
7+
- [X] Monochrome, 8 pixels/byte, Vertical scan (Most Nokia lcd/tft)
8+
- [ ] Color, RGB332 (8 bit: RRRGGGBB)
9+
- [ ] Color, RGB565 (16bit: RRRRRGGGGGGBBBBB)
10+
- [ ] Color, RGB444 (16bit: ----RRRRGGGGBBBB)
1111

12-
## TODO:
13-
-[ ] Two-way conversion (Analyse byte array and convert it to image)
14-
-[ ] Zoom/crop preview
15-
-[ ] More formats?
12+
### TODO:
13+
- [ ] Two-way conversion (Analyse byte array and convert it to image)
14+
- [ ] Zoom/crop preview
15+
- [ ] More formats?

0 commit comments

Comments
 (0)