Skip to main content

rgb565

Macro rgb565 

Source
macro_rules! rgb565 {
    ($rgb:expr) => { ... };
}
Expand description

Macro to create Rgb565 colors from 24-bit RGB values, eg. rgb565!(0xRRGGBB)