Fix current year display default tip

Mon, 19 Feb 2024 15:07:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 19 Feb 2024 15:07:28 +0100
changeset 128
64886971967b
parent 127
e86ee2d718b2

Fix current year display

main/task_tft.c file | annotate | diff | comparison | revisions
--- a/main/task_tft.c	Mon Feb 19 15:02:07 2024 +0100
+++ b/main/task_tft.c	Mon Feb 19 15:07:28 2024 +0100
@@ -559,7 +559,7 @@
 			TopMessage(temp_buf);
 			_fg = TFT_YELLOW;
 			TFT_setFont(UBUNTU16_FONT, NULL);
-			TFT_print((char *)"Written by Michiel Broek (C) 2018-2021\r\n\n", 0, 50);
+			TFT_print((char *)"Written by Michiel Broek (C) 2018-2024\r\n\n", 0, 50);
 			//         -------------------------------------
 			_fg = TFT_ORANGE;
 			TFT_print((char *)"Parts are written by Chris Morgan,\r\n", 0, LASTY);

mercurial