mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 23:39:37 -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 {
|
||||
Coord x;
|
||||
Coord y;
|
||||
|
Loading…
Reference in New Issue
Block a user