mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 05:17:39 +00:00
Add ColorRGB888 type for data from LCD frame buffer.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user