reformat
This commit is contained in:
@ -6,7 +6,9 @@ static const struct {
|
|||||||
unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */
|
unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */
|
||||||
unsigned char pixel_data[200 * 52 * 3 + 1];
|
unsigned char pixel_data[200 * 52 * 3 + 1];
|
||||||
} hhu = {
|
} hhu = {
|
||||||
200, 52, 3,
|
200,
|
||||||
|
52,
|
||||||
|
3,
|
||||||
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
||||||
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
||||||
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
||||||
@ -1572,4 +1574,3 @@ static const struct {
|
|||||||
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
|
||||||
"\376\376\376\376\376\376\376\376\376",
|
"\376\376\376\376\376\376\376\376\376",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user