- Posts: 51
Load next model on switch?
- Chimera
- Topic Author
- Offline
Thanks!
Please Log in or Create an account to join the conversation.
- Wene001
- Offline
- Posts: 277
in my case i would like this option to restart autobinding if i select the same model again.
Would be fine to not powercycle the transmitter every 4 Minutes because replacing battery at my micro quads.
Please Log in or Create an account to join the conversation.
- Chimera
- Topic Author
- Offline
- Posts: 51
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- Chimera
- Topic Author
- Offline
- Posts: 51
Please Log in or Create an account to join the conversation.
- Chimera
- Topic Author
- Offline
- Posts: 51
Please Log in or Create an account to join the conversation.
- Wene001
- Offline
- Posts: 277
its not so comfortable
Best would be to add the "load models" page to the quickpages selection list.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- Wene001
- Offline
- Posts: 277
Please Log in or Create an account to join the conversation.
- Chimera
- Topic Author
- Offline
- Posts: 51
Wene001 wrote: Best would be to add the "load models" page to the quickpages selection list.
I've never done development on a platform like this but it seems like adding another option to the quickpages list shouldn't be too hard? Anyone want to point me in the right direction of what C files to look at? I'm willing to have a crack at it!
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Chimera wrote: I've never done development on a platform like this but it seems like adding another option to the quickpages list shouldn't be too hard? Anyone want to point me in the right direction of what C files to look at? I'm willing to have a crack at it!
While looking into the code I noticed that ENT long pressed is not used yet, so why not use this to get into load model dialog? _action_cb() seems like a good place to start looking ...
Please Log in or Create an account to join the conversation.
- Chimera
- Topic Author
- Offline
- Posts: 51
Please Log in or Create an account to join the conversation.
- Wene001
- Offline
- Posts: 277
Moeder wrote: While looking into the code I noticed that ENT long pressed is not used yet, so why not use this to get into load model dialog? _action_cb() seems like a good place to start looking ...
For me this would be the preferred way to go.
ENT(long) would be available on all models...Quick page must be configured @ every modelfile, and can be used for other features
And loading the same model again please do (re)autobind
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Wene001 wrote:
Moeder wrote: While looking into the code I noticed that ENT long pressed is not used yet, so why not use this to get into load model dialog? _action_cb() seems like a good place to start looking ...
For me this would be the preferred way to go.
ENT(long) would be available on all models...Quick page must be configured @ every modelfile, and can be used for other features
And loading the same model again please do (re)autobind
Couldn't you just edit the default model.ini file to include the Quick page settings?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
vlad_vy wrote: ENT long press is not possible for 128x64 GUI main page since it use BUTTON_PRESS, it will always call Menu with any ENT press. For 320x240 GUI it possible since it use BUTTON_RELEASE.
True, I honestly didn't dig to deep in the code Still thus seems like an interesting feature to implement
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Load next model on switch?