comment
This commit is contained in:
parent
d7f8eebcd1
commit
3c077c550f
|
@ -12,6 +12,11 @@ struct message {
|
||||||
uint32_t height; // normally 80
|
uint32_t height; // normally 80
|
||||||
//char **image; // dimension is width x height
|
//char **image; // dimension is width x height
|
||||||
char *image; // dimension is width x height
|
char *image; // dimension is width x height
|
||||||
|
|
||||||
|
/*
|
||||||
|
* image[row][col] >>> image[row*width+col];
|
||||||
|
*/
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
int getBufferSize(struct message *msg);
|
int getBufferSize(struct message *msg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user