Searched refs:cfb_draw_text (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/src/ |
D | draw_text_rectspace1016.c | 69 zassert_ok(cfb_draw_text(dev, " ", 0, 0)); in ZTEST() 77 zassert_ok(cfb_draw_text(dev, " ", 1, 1)); in ZTEST() 88 zassert_ok(cfb_draw_text(dev, " ", 9, 15)); in ZTEST() 96 zassert_ok(cfb_draw_text(dev, " ", 10, 16)); in ZTEST() 104 zassert_ok(cfb_draw_text(dev, " ", 11, 17)); in ZTEST() 116 zassert_ok(cfb_draw_text(dev, " ", 0, 0)); in ZTEST() 125 zassert_ok(cfb_draw_text(dev, " ", 1, 1)); in ZTEST() 134 zassert_ok(cfb_draw_text(dev, " ", 9, 15)); in ZTEST() 143 zassert_ok(cfb_draw_text(dev, " ", 10, 16)); in ZTEST() 152 zassert_ok(cfb_draw_text(dev, " ", 11, 17)); in ZTEST() [all …]
|
/Zephyr-Core-3.7.0/include/zephyr/display/ |
D | cfb.h | 103 int cfb_draw_text(const struct device *dev, const char *const str, int16_t x, int16_t y);
|
/Zephyr-Core-3.7.0/subsys/fb/ |
D | cfb.c | 327 int cfb_draw_text(const struct device *dev, const char *const str, int16_t x, int16_t y) in cfb_draw_text() function
|
D | cfb_shell.c | 138 err = cfb_draw_text(dev, argv[3], x, y); in cmd_draw_text()
|