You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schreibfaul1 created one of the best, if not the best, web radios. The only downside for me was the lack of button control.
The only change I made was adding button control by duplicating the code used for the remote control. The left, right, up, down, and OK buttons essentially mimic the infrared remote control's inputs. It's probably not the cleanest integration, but it works for me — and might inspire more code-savvy folks to implement it properly.
This was just a personal project but may help others, especially with small screen sizes
Due to the limited number of available GPIOs, this may only work with TFT controller less than '7'
All credit goes to Schreibfaul1 and others who contributed to this fantastic web radio project.
The controls can be implemented using individual buttons or a joystick-style 5-way button.(more compact)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Schreibfaul1 created one of the best, if not the best, web radios. The only downside for me was the lack of button control.
The only change I made was adding button control by duplicating the code used for the remote control. The left, right, up, down, and OK buttons essentially mimic the infrared remote control's inputs. It's probably not the cleanest integration, but it works for me — and might inspire more code-savvy folks to implement it properly.
This was just a personal project but may help others, especially with small screen sizes
Due to the limited number of available GPIOs, this may only work with TFT controller less than '7'
All credit goes to Schreibfaul1 and others who contributed to this fantastic web radio project.
The controls can be implemented using individual buttons or a joystick-style 5-way button.(more compact)
The files can be found here:
https://github.com/japywheel/japywheel-ESP32-MiniWebRadio-with-buttons
Beta Was this translation helpful? Give feedback.
All reactions