WeatherDuino Forum
User screen - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Stations - WeatherDuino Pro2 Line (https://www.meteocercal.info/forum/Forum-Weather-Stations-WeatherDuino-Pro2-Line)
+--- Forum: Software Questions (https://www.meteocercal.info/forum/Forum-Software-Questions)
+--- Thread: User screen (/Thread-User-screen)



User screen - laulau - 22-03-2017

Hi,
I managed to create a user screen with data get from my server via HTTP request an WIFI Smile .
   
It was not easy to add a screen to  the navigation code.
If an updtate has to be made with a new version of software i had to make all the changes again. Sad

Is it possible in a future RX software update to have a user screen (empty) that can be activated and accessible via the normal screen navigation ?


So the more complicated part of code modification would already be done.
Change the code to display something on the user screen will not be too difficult.

Thanks
Laurent


RE: User screen - clubjoker - 27-03-2017

(22-03-2017, 12:58)laulau Wrote:  Hi,
I managed to create a user screen with data get from my server via HTTP request an WIFI Smile .

It was not easy to add a screen to  the navigation code.
If an updtate has to be made with a new version of software i had to make all the changes again. Sad

Is it possible in a future RX software update to have a user screen (empty) that can be activated and accessible via the normal screen navigation ?


So the more complicated part of code modification would already be done.
Change the code to display something on the user screen will not be too difficult.

Thanks
Laurent
Interesting, Laurent. Could you post / attach your code?


RE: User screen - laulau - 31-03-2017

I think I can post the modified RX Pro2 plus V200b018 with my "DOMO" user screen soon!


RE: User screen - laulau - 01-04-2017

To find the modifications i've made just serch for "domo" keyword or use "Windiff" to see the differences.
Comments are welcome.

Laurent