- Posts: 4402
GUI
- PhracturedBlue
- Offline
We're basically out of room unless we go to a 3rd page for the toggle controls.FDR wrote:
...or make them dual controls, so in the usual way you can invert the value, and a plus button for the icon select...PhracturedBlue wrote:
yep. probably if you want the toggle to be inverted, you define a virtual channel and use that. the toggle supports using raw stick/switch input or the output channel, so it is flexible enough, if not particularly convenient. I suppose I could use a short-press to toggle and a long-press to enter the icon selector, but that would probably be confusing too.We have lost the possibility to invert the source with using the push for selecting the icon...
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Yep.PhracturedBlue wrote: We're basically out of room unless we go to a 3rd page for the toggle controls.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Well, i found some room, so there ya goFDR wrote:
Yep.PhracturedBlue wrote: We're basically out of room unless we go to a 3rd page for the toggle controls.
Anything else you think we should do to the main-page/config? otherwise I'll probably start work on the model templates
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Cool.PhracturedBlue wrote: Well, i found some room, so there ya go
Anything else you think we should do to the main-page/config? otherwise I'll probably start work on the model templates
I think it is enough for the prime time, so you may concentrate on other tings...
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
From there you'll get a list of predefined templates.
So far I've only implemented the 4ch-simple and 4ch-dual-rates templates to make sure it works as expected.
Let me know what you think.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
+ Building 'emu_devo8.exe'
objs/emu_devo8-w32/model_page.o: In function `file_press_cb':
C:\MinGW\msys\1.0\home\FDR\src\deviation\src/pages/model_page.c:198: undefined r
eference to `MODELPage_Template'
collect2: ld returned 1 exit status
make: *** [emu_devo8.exe] Error 1
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- FDR
- Offline
- Load an empty model;
- Click on the model image -> crash...
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
FDR wrote: Crash:
- Load an empty model;
- Click on the model image -> crash...
fixed
Please Log in or Create an account to join the conversation.
- FDR
- Offline
It seems that trim steps are not equal on the graph and in the calculated value.
I've set the step to 0.1, so it caused 1% throttle value change in every 10 clicks, however 10 clicks goes throw the half of the trim graphs on the main page.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
That is on purpose. the trim postion is -10 clicks to 10 clicks. So the max trim adjustment is 10 * trim-stepFDR wrote: I'm back.
It seems that trim steps are not equal on the graph and in the calculated value.
I've set the step to 0.1, so it caused 1% throttle value change in every 10 clicks, however 10 clicks goes throw the half of the trim graphs on the main page.
I'm open to other ideas on how it should work though.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I think that won't be enough.PhracturedBlue wrote:
That is on purpose. the trim postion is -10 clicks to 10 clicks. So the max trim adjustment is 10 * trim-stepFDR wrote: I'm back.
It seems that trim steps are not equal on the graph and in the calculated value.
I've set the step to 0.1, so it caused 1% throttle value change in every 10 clicks, however 10 clicks goes throw the half of the trim graphs on the main page.
I'm open to other ideas on how it should work though.
Remember the original has +-12% range, the older 2402 has +-100%.
In this way if I set the step to 0.1, I would have only +-1% range...
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
My concern is that there is no way to quickly zero out the trims. Maybe I can support +/-100 levels of granularity (rather than +/-10), and have a long-press on the trim be 10x a single press.FDR wrote:
I think that won't be enough.PhracturedBlue wrote:
That is on purpose. the trim postion is -10 clicks to 10 clicks. So the max trim adjustment is 10 * trim-stepFDR wrote: I'm back.
It seems that trim steps are not equal on the graph and in the calculated value.
I've set the step to 0.1, so it caused 1% throttle value change in every 10 clicks, however 10 clicks goes throw the half of the trim graphs on the main page.
I'm open to other ideas on how it should work though.
Remember the original has +-12% range, the older 2402 has +-100%.
In this way if I set the step to 0.1, I would have only +-1% range...
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I'm basically done with my original todo list. So I'm definitely interested in any issues you see. Besides replacing the icons, the only thing I have left to do before releasing the emulator is to figure out how to save Tx settings on power-off.FDR wrote: I like it!
I updated the emulator input/output display to be more intuitive. Note that the labels do not reflect the tx-mode (they are labeled for Mode-1). I don't know how to fix that, since I need to define the strings before I know the Tx mode, and can't change the strings once they are created.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I did some minor retouching on the main page config, for example renamed list items of the bars select to be consistent with the second page, etc...
Please Log in or Create an account to join the conversation.
- FDR
- Offline
+ Compiling 'radio.c'
cc.exe: error: radio.c: No such file or directory
cc.exe: fatal error: no input files
compilation terminated.
make: *** [objs/emu_devo8-w32/radio.o] Error 1
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
It should autosave the model and tx file when you quit normally (using '\')
Let me know if you see any issues.
Please Log in or Create an account to join the conversation.