Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/fb/
Dcfb.c263 static int draw_text(const struct device *dev, const char *const str, int16_t x, int16_t y, in draw_text() function
329 return draw_text(dev, str, x, y, false); in cfb_draw_text()
334 return draw_text(dev, str, x, y, true); in cfb_print()