pub struct Il0373Cmd;
#[allow(dead_code)]
impl Il0373Cmd {
pub const PANEL_SETTING: u8 = 0x00;
pub const POWER_SETTING: u8 = 0x01;
pub const POWER_OFF: u8 = 0x02;
pub const POWER_OFF_SEQUENCE: u8 = 0x03;
pub const POWER_ON: u8 = 0x04;
pub const POWER_ON_MEASURE: u8 = 0x05;
pub const BOOSTER_SOFT_START: u8 = 0x06;
pub const DEEP_SLEEP: u8 = 0x07;
pub const DTM1: u8 = 0x10;
pub const DATA_STOP: u8 = 0x11;
pub const DISPLAY_REFRESH: u8 = 0x12;
pub const DTM2: u8 = 0x13;
pub const LUT1: u8 = 0x20;
pub const LUTWW: u8 = 0x21;
pub const LUTBW: u8 = 0x22;
pub const LUTWB: u8 = 0x23;
pub const LUTBB: u8 = 0x24;
pub const PLL: u8 = 0x30;
pub const CDI: u8 = 0x50;
pub const RESOLUTION: u8 = 0x61;
pub const VCM_DC_SETTING: u8 = 0x82;
pub const PARTIAL_WINDOW: u8 = 0x90;
pub const PARTIAL_ENTER: u8 = 0x91;
pub const PARTIAL_EXIT: u8 = 0x92;
}