roScreen Accepted Resolutions

So the docs say “there is a fixed set of bitmap resolutions that are allowed to be created for screens”. I want a screen that is 640x360, and when I plug that resolution in everything works fine even though that resolution isn’t listed.

Is it fine to use this resolution even though it isn’t listed? Or will it cause problems, thanks.

Engineering says:

An RoScreen supports any resolution up to 1280×720.

Further, I will note that you should be able to set your roScreen to 1920x1080 on 4k capable devices and televisions.

  • Joel

Ah ok, that’s exactly what I needed. Thanks.