Huzzah! I'm not a total goon :D that makes sense, and I guess setting the ui within each screen would have helped me reduce the amount of jumping around I'm currently doing to blocks. Will definetly keep that in mind for the future though.
Did have one other question which hsa now occured from this...
I noticed that if I now swipe from a E.showScroller screen like I do from the apps screen to the power screen, If my swipe has even the slightest drag up or down, the redraw that occurs the shows up on the power screen (presented as a bit of the apps screen present top or bottom on the powerscreen).
It's solved if I slow down how quickly I swipe but I wanted to check if that's something I need to tweak in my code or if it's just something I have to keep in mind when swiping?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Huzzah! I'm not a total goon :D that makes sense, and I guess setting the ui within each screen would have helped me reduce the amount of jumping around I'm currently doing to blocks. Will definetly keep that in mind for the future though.
Did have one other question which hsa now occured from this...
I noticed that if I now swipe from a E.showScroller screen like I do from the apps screen to the power screen, If my swipe has even the slightest drag up or down, the redraw that occurs the shows up on the power screen (presented as a bit of the apps screen present top or bottom on the powerscreen).
It's solved if I slow down how quickly I swipe but I wanted to check if that's something I need to tweak in my code or if it's just something I have to keep in mind when swiping?