macro_rules! rgb565 {
($rgb:expr) => { ... };
}Expand description
Macro to create Rgb565 colors from 24-bit RGB values, eg. rgb565!(0xRRGGBB)
macro_rules! rgb565 {
($rgb:expr) => { ... };
}Macro to create Rgb565 colors from 24-bit RGB values, eg. rgb565!(0xRRGGBB)