pub type PIXEL0FORMAT_W<'a, const O: u8> = FieldWriterSafe<'a, u32, TFTCOLORFORMAT_SPEC, u8, PIXEL0FORMAT_A, 3, O>;
Expand description

Field PIXEL0FORMAT writer - Sprite Pixel Color Format

Implementations§

source§

impl<'a, const O: u8> PIXEL0FORMAT_W<'a, O>

source

pub fn argb0555(self) -> &'a mut W

ARGB data is 0555

source

pub fn argb0565(self) -> &'a mut W

ARGB data is 0565

source

pub fn argb0666(self) -> &'a mut W

ARGB data is 0666

source

pub fn argb0888(self) -> &'a mut W

ARGB data is 0888

source

pub fn argb5555(self) -> &'a mut W

ARGB data is 5555

source

pub fn argb6565(self) -> &'a mut W

ARGB data is 6565

source

pub fn argb6666(self) -> &'a mut W

ARGB data is 6666

source

pub fn argb8888(self) -> &'a mut W

ARGB data is 8888