Searched refs:print_line (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/samples/boards/reel_board/mesh_badge/src/ |
D | reel_board.c | 74 static size_t print_line(enum font_size font_size, int row, const char *text, in print_line() function 153 text += print_line(FONT_BIG, i, text, len, center); in board_show_text() 279 print_line(FONT_SMALL, line++, str, len, false); in show_statistics() 283 print_line(FONT_SMALL, line++, str, len, false); in show_statistics() 322 print_line(FONT_SMALL, line++, str, len, false); in show_statistics() 334 print_line(FONT_SMALL, line++, str, len, false); in show_statistics() 356 print_line(FONT_SMALL, line++, str_buf, len, false); in show_sensors_data() 360 print_line(FONT_SMALL, line++, str_buf, len, false); in show_sensors_data() 369 print_line(FONT_SMALL, line++, str_buf, len, false); in show_sensors_data() 373 print_line(FONT_SMALL, line++, str_buf, len, false); in show_sensors_data() [all …]
|