Developing UI via file editor needs reboot on every change #353
-
When I am trying to develop UI on a Lanbon L8, I need to reboot to see every change when editing the page in file editor. Is this expected? Is there an easier way? Side question, is the position I had a look and cloned Simulator project for LVGL embedded GUI Library but not sure if this is something that could help? Ideally we would have our page file and have it simulated on our computer so we could quickly develop screens, then copy and paste onto the device once we were happy. PS: is there a community place where we could share and colab our screen layouts? (beyond the examples in docs) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
If you change the I don't need to reboot the plate when I'm designing pages. I use a combination of the File Editor with Reload Pages and Clear Pages.
From the Screenshot option in the Web UI. These are just BMP images shown in the browser, so Right-click and Copy/Save As... should work.
There is the Show and Tell section on this board. You can post jsonl and screenshots there.
There is the option to run openHASP on the PC, but it is underdeveloped and missing some features. So it wouldn't be a true replacement to be used as a design environment... |
Beta Was this translation helpful? Give feedback.
If you change the
page
,id
orobj
properties then you should use Clear Pages first. This makes sure all objects are removed first.Use Reload Pages to update the objects with any of the other properties that were changed/added. It acts kinda like a merge changes.
I don't need to reboot the plate when I'm designing pages. I use a combination of the File Editor with Reload Pages and Clear Pages.
For small changes I also use the Serial or Telnet console to manually tweak an object property. Once I'm happy I add it to
pages…