Skip to content

Commit b181693

Browse files
authored
Create README.md
1 parent 868d254 commit b181693

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# #️⃣ Hex Viewer
2+
3+
Hex Viewer application for Flipper Zero!
4+
The app allows you to view various files as HEX
5+
6+
**Some facts**:
7+
- Written with pure C in a very simple and effective manner
8+
- Tested on files up to 16Mb
9+
- Very effective: calls `canvas_draw_str` 8 times during repaint and that's almost it
10+
- Can also view text representation of bytes (makes it kinda poor man's text viewer)
11+
- Has "Scroll to ..." feature which allows you to jump to any percent of file
12+
13+
Feel free to send PRs!
14+
15+
App URL: https://lab.flipper.net/apps/hex_viewer

0 commit comments

Comments
 (0)