@tytka Thanks for the feedback, I just sat down today during the day to streamline a few issues and gently redesign the PCB under the v2 version for a different display, such a 3.12" 256x64px OLED, so there will be fun with that.
I don't know when or why or what happened, but when switching stations sometimes some bits of previous screen content wouldn't erase. I've added in 2 conditions when it should expose data to the screen while it already has something to play, so that's a quick example:
if ((currentOption == INTERNET_RADIO) && ((mp3 == true) || (flac == true) || (aac == true)))
and actually calmed down considerably on the screen with these residues.
As for your settings for bank and station lists from within github - for me this is ideal, this is what you do from within the browser and you can always edit it from where you want and it works out of the box because switching banks on the radio already pulls in those changes.
The file player is a bit limp and I've left it alone for now - a lot of work needs to be done here and you probably have to do everything differently and from scratch.
The "List of banks" menu is also a shortcut to jump immediately to a specific number, i.e. with the right encoder you select an item from the "List of banks" menu and then use the left encoder to scroll through the number of banks and confirm with this left encoder button - needs some fine-tuning.
I don't know when or why or what happened, but when switching stations sometimes some bits of previous screen content wouldn't erase. I've added in 2 conditions when it should expose data to the screen while it already has something to play, so that's a quick example:
if ((currentOption == INTERNET_RADIO) && ((mp3 == true) || (flac == true) || (aac == true)))
and actually calmed down considerably on the screen with these residues.
As for your settings for bank and station lists from within github - for me this is ideal, this is what you do from within the browser and you can always edit it from where you want and it works out of the box because switching banks on the radio already pulls in those changes.
The file player is a bit limp and I've left it alone for now - a lot of work needs to be done here and you probably have to do everything differently and from scratch.
The "List of banks" menu is also a shortcut to jump immediately to a specific number, i.e. with the right encoder you select an item from the "List of banks" menu and then use the left encoder to scroll through the number of banks and confirm with this left encoder button - needs some fine-tuning.