From 175b705b90996e039ee5f9952d44816b78343116 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Fri, 15 Mar 2024 15:25:32 +0100 Subject: [PATCH 1/2] Add comment on Welcome for future fix --- ui/welcome.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/welcome.c b/ui/welcome.c index 93f694b..9d04b05 100644 --- a/ui/welcome.c +++ b/ui/welcome.c @@ -55,8 +55,8 @@ void UI_DisplayWelcome(void) UI_DisplayClear(); #ifdef ENABLE_FEAT_F4HWN - //ST7565_BlitStatusLine(); // blank status line - //ST7565_BlitFullScreen(); + //ST7565_BlitStatusLine(); // Uncoment me if more memory free + //ST7565_BlitFullScreen(); // Uncoment me if more memory free if (gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_NONE || gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_SOUND) { ST7565_FillScreen(0x00); From ad9087a325eb5cbdbd1b0e983b7c5f8c3bfc9e64 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Sun, 17 Mar 2024 22:35:06 +0100 Subject: [PATCH 2/2] Update donors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e826c6..33398e4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Anyway, have fun. # Donations -Special thanks to Jean-Cyrille F6IWW, Fabrice 14RC123, David F4BPP, Olivier, Frédéric F4ESO and Stéphane F5LGW for their [donations](https://www.paypal.com/paypalme/F4HWN). That’s so kind of them. Thanks so much 🙏🏻 +Special thanks to Jean-Cyrille F6IWW, Fabrice 14RC123, David F4BPP, Olivier 14RC206, Frédéric F4ESO and Stéphane F5LGW for their [donations](https://www.paypal.com/paypalme/F4HWN). That’s so kind of them. Thanks so much 🙏🏻 ## Table of Contents