Skip to content

Commit

Permalink
Add donate text
Browse files Browse the repository at this point in the history
  • Loading branch information
DiSlord committed May 30, 2021
1 parent 4bc232d commit 6ad86e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const char *info_about[]={
"Board: " BOARD_NAME,
"2019-2021 Copyright @DiSlord (based on @edy555 source)",
"Licensed under GPL. See: https://github.com/DiSlord/NanoVNA-D",
"Donate support: https://paypal.me/DiSlord",
"Version: " VERSION " ["\
"p:"define_to_STR(POINTS_COUNT)", "\
"IF:"define_to_STR(FREQUENCY_IF_K)"k, "\
Expand Down
2 changes: 1 addition & 1 deletion ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ show_version(void)
lcd_set_background(LCD_BG_COLOR);

lcd_clear_screen();
uint16_t shift = 0b000100000;
uint16_t shift = 0b00010101000;
lcd_drawstring_size(BOARD_NAME, x , y, 3);
y+=FONT_GET_HEIGHT*3+3-5;
while (info_about[i]) {
Expand Down

0 comments on commit 6ad86e1

Please sign in to comment.