mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 08:07:37 +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 {
|
||||
Coord x;
|
||||
Coord y;
|
||||
|
Reference in New Issue
Block a user