1

Topic: How to Increase GUI size

Hi All,

I was wondering if there is a way to increase the GUI size for larger phones?  It would be nice to be able to use up more of the available screen real estate instead of having wasted space on each side of the existing GUI.

Thanks in advance!

2

Re: How to Increase GUI size

You have to manually adjust the X-Y co-ordinates in the code block.

To put things outside the assigned area, you can enter negative values for them.

I think you will have to play around a bit to get it just right.  You can identify the object in the interface array by slightly moving it, and see which bytes change. Or you can study Guillaume's post in the Tutorials section of the forum, entitled "Manual modification of the array".

2B, or not 2B, that is the pencil ...

3

Re: How to Increase GUI size

@Daba, Thank you.  Looking into that now.

4

Re: How to Increase GUI size

The post above that tutorial "Manual modification of the array", is another post by Guillaume, introducing "DecodeXY", which pretties up the undocumented array, giving you a much clearer view of what is going on. Well worth a look as it might help you enormously ....

2B, or not 2B, that is the pencil ...