Added USER_CALL for personalization

Callsign in version info screen
This commit is contained in:
Jharwin Barrozo 2019-10-03 02:59:01 +08:00 committed by GitHub
parent 9bfc0120ce
commit 30458287bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
ui.c
View file

@ -394,7 +394,6 @@ show_version(void)
ili9341_drawstring_size(USER_CALL, x, y, 0xf800, 0x0000, 3);
ili9341_drawstring_size(BOARD_NAME, x, y += 25, 0xf800, 0x0000, 5);
y += 35;
ili9341_drawstring_5x7("2016-2019 Copyright @edy555", x, y += 10, 0xffff, 0x0000);
ili9341_drawstring_5x7("Licensed under GPL. See: https://github.com/ttrftech/NanoVNA", x, y += 10, 0xffff, 0x0000);
ili9341_drawstring_5x7("Version: " VERSION, x, y += 10, 0xffff, 0x0000);