From 53e4ffd71c7a242d4b4d59ea25498c2018e4a7ca Mon Sep 17 00:00:00 2001 From: Jan Ove Overland <102610897+mx4zxc@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:59:18 +0200 Subject: [PATCH] Update gui.cpp Changed to my name --- src/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui.cpp b/src/gui.cpp index a381171..9ac42a8 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -1984,7 +1984,7 @@ void DoMenu() { tftPrint(1, "NoobishSVK", 145, 143, PrimaryColor, PrimaryColorSmooth, 16); tftPrint(-1, "yo2ldk", 155, 128, PrimaryColor, PrimaryColorSmooth, 16); tftPrint(-1, "Justin_Peng(Portable)", 155, 143, PrimaryColor, PrimaryColorSmooth, 16); - tftPrint(1, "mx4zxc", 145, 158, PrimaryColor, PrimaryColorSmooth, 16); + tftPrint(1, "Overland DX", 145, 158, PrimaryColor, PrimaryColorSmooth, 16); tftPrint(-1, "elektronik232", 155, 158, PrimaryColor, PrimaryColorSmooth, 16); tftPrint(1, "KOTYA8", 145, 173, PrimaryColor, PrimaryColorSmooth, 16); tftPrint(-1, "mrwish7", 155, 173, PrimaryColor, PrimaryColorSmooth, 16); @@ -2365,4 +2365,4 @@ void DoMenu() { menuopen = false; BuildMenu(); } -} \ No newline at end of file +}