- Posts: 3333
Deviation v5.0.0 build with latest protocols
- vlad_vy
-
Topic Author
- Offline
Less
More
07 Mar 2018 15:03 #67959
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I can avoid full page redraw after close dialog window. Now "Main layout edit" page is perfect!!!
Test builds updated.
Test builds updated.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
08 Mar 2018 15:47 - 10 Mar 2018 06:07 #67972
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Just for testing:
By the way, 128x64x1 GUI also use this feature, but it difficult to see the difference.
Now I can't find any GUI problems, tested with devo8, devo12-XMS, T8SG and devof12e-XMS.
Test builds for transmitters with color GUI:
Files deleted, see below...
1) Avoid full page redraw for any scrollable object for color GUI. It looks much more naturally if updated the scrollable area only, but not the full page.2) Avoid full page redraw with every item position change at "Main layout edit" page.3) Avoid full page redraw after close any dialog window.4) Fix bug with items delete at "Main layout edit" page.5) Fix "Standard" GUI "Travel adjust" page.I would like to get response from users: Is it worth to implement this feature?Now I can't find any GUI problems, tested with devo8, devo12-XMS, T8SG and devof12e-XMS.
Test builds for transmitters with color GUI:
Files deleted, see below...
Last edit: 10 Mar 2018 06:07 by vlad_vy.
- Stavross118
-
- Offline
Less
More
- Posts: 23
09 Mar 2018 08:18 #67975
by Stavross118
Replied by Stavross118 on topic Deviation v5.0.0 build with latest protocols
Hi vlad_vy
Which of these for the F12e
Many thanks vlad_vy for all your hard work
Stavross
Which of these for the F12e
Many thanks vlad_vy for all your hard work
Stavross
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
09 Mar 2018 08:36 #67976
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
For Devo F12E will you have to use nightly builds.
- Stavross118
-
- Offline
Less
More
- Posts: 23
10 Mar 2018 00:53 #67987
by Stavross118
Replied by Stavross118 on topic Deviation v5.0.0 build with latest protocols
Many thanks
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
10 Mar 2018 06:14 - 13 Mar 2018 04:25 #67988
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
"Deviation v5.0.0 build with latest protocols" (based on v5.0.0 release core)
* Avoid full page redraw for any scrollable object change. It looks much more naturally if updated the scrollable area only, but not the full page.
* Avoid full page redraw with every item position change at "Main layout edit" page.
* Avoid full page redraw after close any dialog window.
* Fix bug with items delete at "Main layout edit" page.
* Fix "Standard" GUI "Travel adjust" page.
* Optimize redraw objects after close dialog window, redraw underlying objects only.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=340#68035
(10.03.2018)
Files deleted, see below...
* Avoid full page redraw for any scrollable object change. It looks much more naturally if updated the scrollable area only, but not the full page.
* Avoid full page redraw with every item position change at "Main layout edit" page.
* Avoid full page redraw after close any dialog window.
* Fix bug with items delete at "Main layout edit" page.
* Fix "Standard" GUI "Travel adjust" page.
* Optimize redraw objects after close dialog window, redraw underlying objects only.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=340#68035
(10.03.2018)
Files deleted, see below...
Last edit: 13 Mar 2018 04:25 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
10 Mar 2018 06:16 - 13 Mar 2018 04:26 #67989
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I can't attach more than 10 files, and so XMS builds attached with separate message
(10.03.2018)
Files deleted, see below...
(10.03.2018)
Files deleted, see below...
Last edit: 13 Mar 2018 04:26 by vlad_vy.
- M8A4X
-
- Offline
- M8A4X
Less
More
- Posts: 103
10 Mar 2018 07:55 - 10 Mar 2018 07:55 #67990
by M8A4X
Replied by M8A4X on topic Deviation v5.0.0 build with latest protocols
Hello vald_vy!
Just flashed your latest build onto Devo 12S and F12E (both XMS), all went well and response esp. on the Devo 12S is very good.
One question: on the 12S at homescreen (after power on), is it supposed to need a long-press ENT in order to get the "cursor" onto the configuration icon?
If I remember correct earlier it was just a short press which brought you to the TX-main menu (selection of TX confic, Model config, etc., etc.) which is now gone. This is no problem at all, I am just curious.
Just flashed your latest build onto Devo 12S and F12E (both XMS), all went well and response esp. on the Devo 12S is very good.
One question: on the 12S at homescreen (after power on), is it supposed to need a long-press ENT in order to get the "cursor" onto the configuration icon?
If I remember correct earlier it was just a short press which brought you to the TX-main menu (selection of TX confic, Model config, etc., etc.) which is now gone. This is no problem at all, I am just curious.
Last edit: 10 Mar 2018 07:55 by M8A4X.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
10 Mar 2018 08:39 - 10 Mar 2018 08:49 #67991
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I change nothing with buttons and touch processing. Just tested 25.02.2018 v5.0.0 build, it has the same behaviour. The short press ENT works with 128x64x1 GUI, and with nightly builds that has different menu system and different buttons and touch processing.
The code also show it has to be long press ENT button:
The code also show it has to be long press ENT button:
if(! GUI_GetSelected()) {
if ((flags & BUTTON_LONGPRESS) && CHAN_ButtonIsPressed(button, BUT_ENTER)) {
mp->ignore_release = 1;
GUI_SetSelected((guiObject_t *)&gui->optico);
Last edit: 10 Mar 2018 08:49 by vlad_vy.
- M8A4X
-
- Offline
- M8A4X
Less
More
- Posts: 103
10 Mar 2018 09:23 #67993
by M8A4X
Replied by M8A4X on topic Deviation v5.0.0 build with latest protocols
Thank you for your clarification.
Admittedly I rarely use the hardware buttons on the 12S, only touch, therefore it was not clear to me if this is normal or not.
Admittedly I rarely use the hardware buttons on the 12S, only touch, therefore it was not clear to me if this is normal or not.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
13 Mar 2018 04:13 - 14 Mar 2018 05:29 #68035
by vlad_vy
Fresh emulator builds
(13.03.2018)
Files deleted, see below...
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Fresh emulator builds
(13.03.2018)
Files deleted, see below...
Last edit: 14 Mar 2018 05:29 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
13 Mar 2018 04:27 - 14 Mar 2018 05:32 #68036
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
"Deviation v5.0.0 build with latest protocols" (based on v5.0.0 release core)
* Cosmetic fix at color GUI "Main layout edit" page.
* Code clean up.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=340#68035
(13.03.2018)
Files deleted, see below...
* Cosmetic fix at color GUI "Main layout edit" page.
* Code clean up.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=340#68035
(13.03.2018)
Files deleted, see below...
Last edit: 14 Mar 2018 05:32 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
13 Mar 2018 04:29 - 14 Mar 2018 05:37 #68037
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I can't attach more than 10 files, and so XMS builds attached with separate message
(13.03.2018)
Files deleted, see below...
(13.03.2018)
Files deleted, see below...
Last edit: 14 Mar 2018 05:37 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
14 Mar 2018 05:30 - 16 Mar 2018 04:51 #68053
by vlad_vy
Fresh emulator builds
(14.03.2018)
Files deleted, see below...
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Fresh emulator builds
(14.03.2018)
Files deleted, see below...
Last edit: 16 Mar 2018 04:51 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
14 Mar 2018 05:35 - 16 Mar 2018 04:52 #68054
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
"Deviation v5.0.0 build with latest protocols" (based on v5.0.0 release core)
* Fix 128x64x1 "Channel monitor->Stick input" page. Labels input name and value overlapped.
* Fix color GUI "Toggle select" page.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=360#68053
(14.03.2018)
Files deleted, see below...
* Fix 128x64x1 "Channel monitor->Stick input" page. Labels input name and value overlapped.
* Fix color GUI "Toggle select" page.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=360#68053
(14.03.2018)
Files deleted, see below...
Last edit: 16 Mar 2018 04:52 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
14 Mar 2018 05:38 - 16 Mar 2018 04:52 #68055
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I can't attach more than 10 files, and so XMS builds attached with separate message
(14.03.2018)
Files deleted, see below...
(14.03.2018)
Files deleted, see below...
Last edit: 16 Mar 2018 04:52 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
16 Mar 2018 04:53 - 17 Mar 2018 10:50 #68119
by vlad_vy
Fresh emulator builds
(16.03.2018)
Files deleted, see below...
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
Fresh emulator builds
(16.03.2018)
Files deleted, see below...
Last edit: 17 Mar 2018 10:50 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
16 Mar 2018 05:00 - 17 Mar 2018 10:50 #68120
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
"Deviation v5.0.0 build with latest protocols" (based on v5.0.0 release core)
* Fix screen redraw after close startup warning.
* Fix vertical alignment at devo12 mixer page.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=360#68119
(16.03.2018)
Files deleted, see below...
* Fix screen redraw after close startup warning.
* Fix vertical alignment at devo12 mixer page.
Emulators:
www.deviationtx.com/forum/builds/6407-de...cols?start=360#68119
(16.03.2018)
Files deleted, see below...
Last edit: 17 Mar 2018 10:50 by vlad_vy.
- vlad_vy
-
Topic Author
- Offline
Less
More
- Posts: 3333
16 Mar 2018 05:01 - 17 Mar 2018 10:51 #68121
by vlad_vy
Replied by vlad_vy on topic Deviation v5.0.0 build with latest protocols
I can't attach more than 10 files, and so XMS builds attached with separate message
(16.03.2018)
Files deleted, see below...
(16.03.2018)
Files deleted, see below...
Last edit: 17 Mar 2018 10:51 by vlad_vy.
- kaligola
-
- Offline
Less
More
- Posts: 58
16 Mar 2018 09:20 #68124
by kaligola
Replied by kaligola on topic Deviation v5.0.0 build with latest protocols
i was out for a while, does this builds have 16 channel frskyx protocol to get rssi on last channel?
thanks
thanks
Time to create page: 0.183 seconds
-
Home
-
Forum
-
Development
-
Builds
- Deviation v5.0.0 build with latest protocols