Add TIM structs example
This commit is contained in:
parent
5ce3239742
commit
2f53e62173
@ -119,7 +119,7 @@ TODO : Make this presentable
|
|||||||
|
|
||||||
// Access Pixels STP, R, G, B
|
// Access Pixels STP, R, G, B
|
||||||
typedef struct RGB_PIX {
|
typedef struct RGB_PIX {
|
||||||
u_int STP:1, B:5, G:5, R:5;
|
u_int R:5, G:5, B:5, STP:1;
|
||||||
} RGB_PIX;
|
} RGB_PIX;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user