Skip to content

Commit

Permalink
compressed version info
Browse files Browse the repository at this point in the history
  • Loading branch information
reald committed Dec 10, 2019
1 parent 1081bf7 commit d5deb0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,10 @@ show_version(void)
ili9341_drawstring_size(BOARD_NAME, x, y += 25, 0xffff, 0x0000, 4);
y += 25;

ili9341_drawstring_8x8_var("2016-2019 Copyright @edy555, DL9CAT under GPL", x, y += 10, 0xffff, 0x0000);
ili9341_drawstring_8x8_var("(c) @edy555, DL9CAT under GPL. V " VERSION, x, y += 10, 0xffff, 0x0000);

/* fixme: we are out of flash!
ili9341_drawstring_8x8_var("2016-2019 Copyright @edy555 under GPL", x, y += 10, 0xffff, 0x0000);
ili9341_drawstring_8x8_var("Variant with lager fonts by DL9CAT. =^..^=", x, y += 10, 0xffff, 0x0000);
ili9341_drawstring_8x8_var("Licensed under GPL.", x, y += 10, 0xffff, 0x0000);
ili9341_drawstring_8x8_var(" see: https://github.com/reald/NanoVNA", x, y += 10, 0xffff, 0x0000);
Expand Down

0 comments on commit d5deb0d

Please sign in to comment.