- Posts: 3333
Deviation v5.0.0 build with latest protocols
- vlad_vy
- Topic Author
- Offline
Test builds updated.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
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...
Please Log in or Create an account to join the conversation.
- Stavross118
- Offline
- Posts: 23
Which of these for the F12e
Many thanks vlad_vy for all your hard work
Stavross
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- Stavross118
- Offline
- Posts: 23
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
* 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...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
(10.03.2018)
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- M8A4X
- Offline
- M8A4X
- Posts: 103
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.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
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);
Please Log in or Create an account to join the conversation.
- M8A4X
- Offline
- M8A4X
- Posts: 103
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.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Fresh emulator builds
(13.03.2018)
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
* 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...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
(13.03.2018)
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Fresh emulator builds
(14.03.2018)
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
* 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...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
(14.03.2018)
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Fresh emulator builds
(16.03.2018)
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
* 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...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
(16.03.2018)
Files deleted, see below...
Please Log in or Create an account to join the conversation.
- kaligola
- Offline
- Posts: 58
thanks
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Builds
- Deviation v5.0.0 build with latest protocols