Displaying byte array #3049
Unanswered
lowki
asked this question in
Q&A - General
Replies: 1 comment
-
The array is not the correct size. A 120x120 image of 16-bit pixels should be 120 * 120 * 2 = 28800 bytes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to display a converted image to byte array on my display, but I have a weird image like this.
Here is my byte array:
And my main code.
Do you know what I'm doing wrong please?
Beta Was this translation helpful? Give feedback.
All reactions