Home
last modified time | relevance | path

Searched defs:mb_display (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/display/
Dmb_display.c35 struct mb_display { struct
36 const struct device *lm_dev; /* LED matrix display device */
38 struct k_work_delayable dwork; /* Delayable work item */
40 uint8_t img_count; /* Image count */
42 uint8_t cur_img; /* Current image or character to show */
44 uint8_t scroll:3, /* Scroll shift */
45 first:1, /* First frame of a scroll sequence */
46 loop:1, /* Loop to beginning */
47 text:1, /* We're showing a string (not image) */
48 img_sep:1, /* One column image separation */
[all …]