Skip to content

Commit

Permalink
byte array notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Jan 13, 2025
1 parent 2cd1537 commit a9cbdf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/oled/raw-image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ This is an enlarged illustration. When you see the symbol on the actual display

## Reference
- [Embedded Graphics' ImageRaw Documentation](https://docs.rs/embedded-graphics/latest/embedded_graphics/image/struct.ImageRaw.html)
- [Image2Bytes](https://implferris.github.io/image2bytes/): Convert image to Hex byte array
4 changes: 4 additions & 0 deletions src/oled/raw-image/multi-byte.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ fn main(){
}
```

You dont need to manually create these byte array, you can use an online tool like [imag2bytes](https://implferris.github.io/image2bytes/) to generate the byte array for you.



0 comments on commit a9cbdf3

Please sign in to comment.