PB's newgui

More
26 Jun 2013 14:37 #11416 by vlad_vy
Replied by vlad_vy on topic PB's newgui
Loading the dfu onto the Tx

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 14:58 #11419 by ave1
Replied by ave1 on topic PB's newgui
Many of us expecting and certainly hoping for a 12S widescreen ver.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 15:17 #11422 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui

vlad_vy wrote: Loading the dfu onto the Tx

Sorry. I broke it in my previous commit. It should be working now though.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 15:44 #11423 by ave1
Replied by ave1 on topic PB's newgui
The latest down load did not reflect [gui-480x272] .

Is this correct?

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 17:23 #11425 by vlad_vy
Replied by vlad_vy on topic PB's newgui
It seems that the Tx does not support wide screen, but emulator supports.
As I can see at
\target\devo12\Makefile.inc SCREENSIZE := 320x240x16
\target\emu_devo12\Makefile.inc SCREENSIZE := 480x272x16

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 17:26 #11426 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
Yep. I only tested the code on my devo8.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 21:46 #11431 by ave1
Replied by ave1 on topic PB's newgui
At least, I now know it not solely an issue for only me.... TY for confirmation

Maybe RBE has ability to program and test w/ 12S

Of course, it is midnight there.. :)

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 02:38 #11437 by ave1
Replied by ave1 on topic PB's newgui
PB,

Is the screen size dictated by two (2) factors? When writing logic for Crestron touch screens (SMPL) each touch panel has firmware that dictates the screen resolution, etc.. The firmware is different/dedicated for ea model they sale. One can't load incorrect firmware, the panel will not accept it nor, compile. However, once the firmware is updated, then the program can be written. Just wondering if there are any similarities here for the Devo12S.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 04:03 #11439 by Hexperience
Replied by Hexperience on topic PB's newgui
Put the latest build on (9db3fe).

Screen is about 20 pixels to the right and 10 pixels down.

Blue line across the top, and the screen wraps around on the left.

There are 10 types of people in this world. Those that understand binary and those that don't.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 04:12 #11440 by ave1
Replied by ave1 on topic PB's newgui
I'd like to be able to view it, at least. Could someone give brief instructions, please?

Seems like the clue would be to compare aspects of the widescreen code when it was first written when fit the 12S and compare with this version? Or, when/if the two were merged?

Please Log in or Create an account to join the conversation.

  • rbe2012
  • rbe2012's Avatar
  • Offline
  • So much to do, so little time...
More
27 Jun 2013 05:21 #11443 by rbe2012
Replied by rbe2012 on topic PB's newgui
I will have time in the late afternoon (10h from now) to install on both Devo8 and Devo12. Actually I see no reason for the shift Hexperience has seen.
I'll keep you informed (but others might be faster ;) ).

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 05:25 #11444 by vlad_vy
Replied by vlad_vy on topic PB's newgui

Hexperience wrote: Put the latest build on (9db3fe).

Screen is about 20 pixels to the right and 10 pixels down.

Blue line across the top, and the screen wraps around on the left.


I have the same thing.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 12:56 - 27 Jun 2013 13:48 #11449 by vlad_vy
Replied by vlad_vy on topic PB's newgui
If I comment all lines with code '(480 - 320) / 2' in \target\devo12\lcd.c
then all looks fine at Devo12 Tx.

Nice wide screen!!!

P.S. Compiled library not works for me, all fonts missing. I used compiled firmware, but lib file I got from Nightly Builds.

Attachments:
Last edit: 27 Jun 2013 13:48 by vlad_vy.

Please Log in or Create an account to join the conversation.

  • rbe2012
  • rbe2012's Avatar
  • Offline
  • So much to do, so little time...
More
27 Jun 2013 13:08 #11450 by rbe2012
Replied by rbe2012 on topic PB's newgui
This is a leftover from the initially centered 320x240-screen on the wide display.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 14:16 - 27 Jun 2013 14:22 #11452 by vlad_vy
Replied by vlad_vy on topic PB's newgui
By the way, trims at default layout template are mixed up. I need to exchange left horizontal trim and right vertical trim (2 and 3).

[gui-480x272]
V-trim=131,75,1
H-trim=6,220,2
V-trim=181,75,3
H-trim=191,220,4

to

[gui-480x272]
V-trim=131,75,1
H-trim=6,220,3
V-trim=181,75,2
H-trim=191,220,4
Last edit: 27 Jun 2013 14:22 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 14:28 #11453 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
Fixed both of those. Thanks.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 14:37 #11454 by vlad_vy
Replied by vlad_vy on topic PB's newgui
I think will be better to change touch screen calibration for Devo12. It's diffucult to get perfect calibration, if second point is placed almost at center of screen.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 14:58 #11455 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui

vlad_vy wrote: I think will be better to change touch screen calibration for Devo12. It's diffucult to get perfect calibration, if second point is placed almost at center of screen.

fixed

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 15:11 - 27 Jun 2013 15:12 #11456 by Pattaya01
Replied by Pattaya01 on topic PB's newgui
Seems you have to be an IT expert to get it on he TX. When will it be possible for people like me, absolute nitwit, to put it on the Devo12S and try?
Last edit: 27 Jun 2013 15:12 by Pattaya01.

Please Log in or Create an account to join the conversation.

More
27 Jun 2013 15:31 - 27 Jun 2013 15:32 #11457 by vlad_vy
Replied by vlad_vy on topic PB's newgui
Last edit: 27 Jun 2013 15:32 by vlad_vy.

Please Log in or Create an account to join the conversation.

Time to create page: 0.093 seconds
Powered by Kunena Forum