Y position of widgets is always at the top of screen
-
I am using a Samsung Galaxy A54 with Android Version 16 One UI version 8.0.
Arduino code is on an esp32C3 communicating to the phone with BLE.
I am trying to create a gui on the phone using gui-o version 1.0.108 downloaded from GooglePlay with in purchase paid upgrade to the full version.
Everything appears to working correctly for communication an between the gui-o app on the phone and the code in the parseGuioMessage with init and widgets added correctly and working properly except for the Y position.
X position works correctly but no matter what value is entered for Y: the added widget appears at the top of the screen.
-
@richamar Hi!
Can you please show a simple command, so I can try to reproduce this.
If the widget appears on the top of the screen (at 0 position), then the given Y position is invalid. Can you please check that there are no spaces between parameter and payload, e.g.:
Y: 50It should be:
Y:50You can output the data to serial for debugging, before sending it to BLE...
Best regards,
Kl3m3n