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

Commit 2d2571d

Browse files
committed
Updated Readme
1 parent 1f34b5b commit 2d2571d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Usable for Arduino or other controllers.
77
### Supported export formats:
88
- [X] Monochrome, 8 pixels/byte, Horisontal scan
99
- [X] Monochrome, 8 pixels/byte, Vertical scan (Most Nokia lcd/tft)
10-
- [ ] Color, RGB332 (8 bit: RRRGGGBB)
11-
- [ ] Color, RGB565 (16bit: RRRRRGGGGGGBBBBB)
10+
- [X] Color, RGB332 (8 bit: RRRGGGBB)
11+
- [X] Color, RGB565 (16bit: RRRRRGGGGGGBBBBB)
1212
- [ ] Color, RGB444 (16bit: ----RRRRGGGGBBBB)
1313

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

0 commit comments

Comments
 (0)