Searched defs:lcd_basic_s (Results 1 – 1 of 1) sorted by relevance
118 struct lcd_basic_s { struct119 char model_name[MOD_LEN_MAX];120 enum lcd_type_e lcd_type;121 unsigned short lcd_bits;123 unsigned short h_active; /* Horizontal display area */124 unsigned short v_active; /* Vertical display area */125 unsigned short h_period; /* Horizontal total period time */126 unsigned short v_period; /* Vertical total period time */127 unsigned short h_period_min;128 unsigned short h_period_max;[all …]