Searched refs:front_size (Results 1 – 1 of 1) sorted by relevance
252 int front_size = duk_get_int(ctx, -1); in native_lcd_show() local254 if ((16 != front_size) && (12 != front_size) && (24 != front_size) && in native_lcd_show()255 (36 != front_size)) { in native_lcd_show()260 lcd_draw_str(x_pos, y_pos, (uint8_t *)str, front_size, color, is_newline); in native_lcd_show()
Completed in 2 milliseconds