mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-09 15:25:06 -05:00
Add ColorRGB888 type for data from LCD frame buffer.
This commit is contained in:
parent
5ed76d6985
commit
322a15587a
1 changed files with 6 additions and 0 deletions
|
|
@ -75,6 +75,12 @@ struct Color {
|
|||
}
|
||||
};
|
||||
|
||||
struct ColorRGB888 {
|
||||
uint8_t r;
|
||||
uint8_t g;
|
||||
uint8_t b;
|
||||
};
|
||||
|
||||
struct Point {
|
||||
Coord x;
|
||||
Coord y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue