in src/util.cpp [6:10]
void init_f(const char *str) { // フォントの設定と0行目の表示 ev3_lcd_set_font(EV3_FONT_MEDIUM); ev3_lcd_draw_string(str, 0, 0); }