pub const OTM8009A_CMD_NOP: u8 = 0x00; pub const OTM8009A_CMD_SWRESET: u8 = 0x01; pub const OTM8009A_CMD_RDDMADCTL: u8 = 0x0B; pub const OTM8009A_CMD_RDDCOLMOD: u8 = 0x0C; pub const OTM8009A_CMD_SLPIN: u8 = 0x10; pub const OTM8009A_CMD_SLPOUT: u8 = 0x11; pub const OTM8009A_CMD_PTLON: u8 = 0x12;
pub const OTM8009A_CMD_DISPOFF: u8 = 0x28; pub const OTM8009A_CMD_DISPON: u8 = 0x29;
pub const OTM8009A_CMD_CASET: u8 = 0x2A; pub const OTM8009A_CMD_PASET: u8 = 0x2B;
pub const OTM8009A_CMD_RAMWR: u8 = 0x2C; pub const OTM8009A_CMD_RAMRD: u8 = 0x2E;
pub const OTM8009A_CMD_PLTAR: u8 = 0x30;
pub const OTM8009A_CMD_TEOFF: u8 = 0x34;
pub const OTM8009A_CMD_TEEON: u8 = 0x35;
pub const OTM8009A_TEEON_TELOM_VBLANKING_INFO_ONLY: u8 = 0x00;
pub const OTM8009A_TEEON_TELOM_VBLANKING_AND_HBLANKING_INFO: u8 = 0x01;
pub const OTM8009A_CMD_MADCTR: u8 = 0x36;
pub const OTM8009A_MADCTR_MODE_PORTRAIT: u8 = 0x00;
pub const OTM8009A_MADCTR_MODE_LANDSCAPE: u8 = 0x60;
pub const OTM8009A_CMD_IDMOFF: u8 = 0x38; pub const OTM8009A_CMD_IDMON: u8 = 0x39;
pub const OTM8009A_CMD_COLMOD: u8 = 0x3A;
pub const OTM8009A_COLMOD_RGB565: u8 = 0x55;
pub const OTM8009A_COLMOD_RGB888: u8 = 0x77;
pub const OTM8009A_COLMOD_RGB888_3T: u8 = 0b1110_0111;
pub const OTM8009A_CMD_RAMWRC: u8 = 0x3C; pub const OTM8009A_CMD_RAMRDC: u8 = 0x3E;
pub const OTM8009A_CMD_WRTESCN: u8 = 0x44; pub const OTM8009A_CMD_RDSCNL: u8 = 0x45;
pub const OTM8009A_CMD_WRDISBV: u8 = 0x51; pub const OTM8009A_CMD_WRCTRLD: u8 = 0x53; pub const OTM8009A_CMD_WRCABC: u8 = 0x55; pub const OTM8009A_CMD_WRCABCMB: u8 = 0x5E;
pub const OTM8009A_CMD_ID1: u8 = 0xDA; pub const OTM8009A_CMD_ID2: u8 = 0xDB; pub const OTM8009A_CMD_ID3: u8 = 0xDC;