Hi.
#define n_width 144
#define n_height 192
unsigned char C[n_height * n_width];
Is it possible to see the variable C as a picture of 144 x 192 pixel n the debuuger ?.
Please Advise.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi.
#define n_width 144
#define n_height 192
unsigned char C[n_height * n_width];
Is it possible to see the variable C as a picture of 144 x 192 pixel n the debuuger ?.
Please Advise.