We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1e72e commit 8ced836Copy full SHA for 8ced836
fw/application/src/app/chameleon/view/chameleon_view.c
@@ -55,7 +55,7 @@ static void chameleon_view_on_draw(mui_view_t *p_view, mui_canvas_t *p_canvas) {
55
x = (mui_canvas_get_width(p_canvas) - mui_canvas_get_utf8_width(p_canvas, buff)) / 2;
56
mui_canvas_draw_utf8(p_canvas, x, y, buff);
57
mui_canvas_draw_utf8(p_canvas, 0, y, "<");
58
- mui_canvas_draw_utf8(p_canvas, mui_canvas_get_width(p_canvas) - 8, y, ">");
+ mui_canvas_draw_utf8(p_canvas, mui_canvas_get_width(p_canvas) - 5, y, ">");
59
60
mui_canvas_set_font(p_canvas, MUI_FONT_SMALL);
61
sprintf(buff, "%s <%02x/%02x %02x>", tag_name->short_name, coll_res->sak[0], coll_res->atqa[0], coll_res->atqa[1]);
0 commit comments