HungryCoder
5 years agoBinge Watcher
Coding for different screen resolutions
There is something simple I am missing but I can't figure it out. Newbie here. I read the docs on coding for different screen resolutions - code for 1080p and Roku will scale if need be. I took th...
- 5 years ago
It was a newbie mistake - I had added
ui_resolutions = fhd # Incorrect
to the manifest but it was wrong - NO SPACES for these settings
ui_resolutions=fhd # Correct!
Wanted to document this in case a search engine leads someone here in the future.