so iv been off and running making my own theme's for a bit now.
and iv been just making them with this
local flx = fe.layout.width;
local fly = fe.layout.height;
local flw = fe.layout.width;
local flh = fe.layout.height;
so that for the most part all will adjust to diff screen sizes...
i just bought a pi-3b and im testing some of my themes they are on a bartop with a 5.4 ratio screen
and going to need a bit of adjusting because it is such an odd size
so my Q is what is the best way to make a theme to this screen size ?
i know can just edit it till it look's good , but i feel i should be setting the screen size, or somthing
then also their is how one would give the option to have it fit multiple screen sizes.
my goal is to start making my themes, and update my older ones so that i have a better product...
if you have experience with this please chime in and give me your input thanks...