We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd6cc8 commit 194cb9eCopy full SHA for 194cb9e
util/colors_rgb565.hh
@@ -4,6 +4,7 @@
4
#include <cstring>
5
6
struct RGB565 {
7
+ // msb> rrrrr gggggg bbbbb <lsb
8
uint16_t b : 5;
9
uint16_t g : 6;
10
uint16_t r : 5;
0 commit comments