mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-26 07:49:36 -05:00
Add ColorRGB888 type for data from LCD frame buffer.
This commit is contained in:
parent
5ed76d6985
commit
322a15587a
@ -75,6 +75,12 @@ struct Color {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct ColorRGB888 {
|
||||||
|
uint8_t r;
|
||||||
|
uint8_t g;
|
||||||
|
uint8_t b;
|
||||||
|
};
|
||||||
|
|
||||||
struct Point {
|
struct Point {
|
||||||
Coord x;
|
Coord x;
|
||||||
Coord y;
|
Coord y;
|
||||||
|
Loading…
Reference in New Issue
Block a user