This commit is contained in:
tkarrass 2013-11-13 18:36:14 +01:00
parent 0b9005ff27
commit 2d874fe9ba

View File

@ -14,7 +14,8 @@ struct message {
uint32_t height; // normally 25, may vary
//char **image; // dimension is width x height
char *image; // dimension is width x height
//TODO:
// Make image anim capable
/*
* image[row][col] >>> image[row*width+col];
*/