Home
last modified time | relevance | path

Searched refs:get_font (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/drivers/display/
Dmb_display.c62 static inline const struct mb_image *get_font(char ch) in get_font() function
148 return get_font(' '); in current_img()
152 return get_font(disp->str[disp->cur_img]); in current_img()
162 return get_font(disp->str[0]); in next_img()
164 return get_font(disp->str[disp->cur_img + 1]); in next_img()
166 return get_font(' '); in next_img()
174 return get_font(' '); in next_img()
272 return start_image(disp, get_font(' ')); in start_scroll()
280 return start_image(disp, get_font(disp->str[0])); in start_single()