how to separate functions from view for readability
Hi there Touchgfx team!
I have a screen that does a lot different process based on buttons. I find myself scrolling up/down a lot so it feels its time to move functions into another file for simplicity.
I want to offload helperfunctions that are in the calibrateView.cpp. Should I create a normal .cpp file or do I need to create a "helper" class?
My purpose is just to help with readability and maintainability.

Thanks a lot in advance!
