Forum Discussion

HungryCoder's avatar
HungryCoder
Binge Watcher
5 years ago
Solved

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...
  • HungryCoder's avatar
    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.