shithub: ft2-clone

Download patch

ref: 566e7637e4cc6fff7430dabe1e58bfe7be6948ef
parent: ac5d22ae6614f0f65553b1628ecb644bc8ea4126
author: Olav Sørensen <olav.sorensen@live.no>
date: Wed Apr 22 14:03:57 EDT 2020

Update ft2_about.c

--- a/src/ft2_about.c
+++ b/src/ft2_about.c
@@ -234,6 +234,7 @@
 
 void showAboutScreen(void) // called once when About screen is opened
 {
+#define TEXT_BORDER_COL 0x202020
 
 	const char *infoString = "Clone by Olav \"8bitbubsy\" S\025rensen - https://16-bits.org";
 	char verText[32];