- Posts: 3333
PB's newgui
- vlad_vy
- Offline
Please Log in or Create an account to join the conversation.
- ave1
- Offline
- Posts: 162
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Sorry. I broke it in my previous commit. It should be working now though.vlad_vy wrote: Loading the dfu onto the Tx
Please Log in or Create an account to join the conversation.
- ave1
- Offline
- Posts: 162
Is this correct?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
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.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- ave1
- Offline
- Posts: 162
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.
- ave1
- Offline
- Posts: 162
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.
- Hexperience
- Offline
- Posts: 588
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.
- ave1
- Offline
- Posts: 162
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
- Offline
- So much to do, so little time...
- Posts: 1433
I'll keep you informed (but others might be faster ).
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
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.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
[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
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.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
fixedvlad_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.
Please Log in or Create an account to join the conversation.
- Pattaya01
- Offline
- Posts: 181
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.
- Home
- Forum
- Development
- Development
- PB's newgui