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 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);