LCDInfo.com
http://forum.lcdinfo.com/

USB480-Player
http://forum.lcdinfo.com/viewtopic.php?f=19&t=2537
Page 1 of 1

Author:  sos [ Wed Nov 05, 2008 17:34 ]
Post subject:  USB480-Player

Hello

Here is my Player now in Fullcolor.
Have Fun. ;)

Download here

Image
Image
Image

Author:  Henri [ Thu Nov 06, 2008 13:00 ]
Post subject: 

Happy to see this transformation to color for the player :)

Author:  sos [ Thu Nov 27, 2008 22:57 ]
Post subject: 

Here is a Version to control the Player over Touchscreen.

Download here

Author:  sos [ Thu Dec 04, 2008 11:12 ]
Post subject: 

"Screenshotfunktion" added and some little modifikations.
Image
Image
Image
Image
Image

Author:  Michael [ Fri Dec 05, 2008 10:49 ]
Post subject: 

sos wrote:
Here is a Version to control the Player over Touchscreen.

Download here


Hi,
While the output itself is quite nice the touch interface doesn't seen functional from here. Ie, there is no response from anywhere on the planel.

Nice effects :wink:

Author:  sos [ Fri Dec 05, 2008 12:46 ]
Post subject: 

Michael wrote:
Hi,
While the output itself is quite nice the touch interface doesn't seen functional from here. Ie, there is no response from anywhere on the planel.

Nice effects :wink:


Damn,the area was outside of the screen :D

Fixed and works again.

Author:  Michael [ Fri Dec 05, 2008 13:50 ]
Post subject: 

Is now working.

Is this programmed for a stylus or finger touch? I'm finding the touch sensitivity of this program to be abit erratic with a stylus but more consistant with a finger.

Author:  sos [ Fri Dec 05, 2008 17:44 ]
Post subject: 

i use a Timer to get results from touchpanel
Code:
SetTimer_(WindowID(Window_0),3,600,@touchinfo())


this means ths touch works with "1.6 fps"
The 600 ms is experimental and maybe a little bit slow.

Here is the code to check the Buttonpanel
Code:
      If tpx>0 And tpy>0 And DisplayProperties\Width-tpx>xwin-50
        Select DisplayProperties\Height-tpy
          Case 10 To 50
            CallEventFunction(Window, Event, ButtonImage_0, Type)
          Case 60 To 100
            CallEventFunction(Window, Event, ButtonImage_1, Type)
          Case 110 To 150
            CallEventFunction(Window, Event, ButtonImage_2, Type)
          Case 160 To 200
            CallEventFunction(Window, Event, ButtonImage_3, Type)
          Case 210 To 250
            CallEventFunction(Window, Event, ButtonImage_4, Type)
        EndSelect
      EndIf

I make no distinction between pen and finger.

Edit

timer changed,its more "sensitive" now :D

Author:  Henri [ Fri Dec 05, 2008 18:33 ]
Post subject: 

More eye candy :)

Making accurate touch interfaces should become easier with the upcoming new improved filtering and calibration.

Author:  sos [ Sat Dec 06, 2008 13:50 ]
Post subject: 

I have rewritten my touchcontrol as seperate Thread now.
The time between 2 USBD480_GetTouchPosition is now 100 ms,if the time is lower i get wrong results some times.

Author:  One~Zero [ Sun Jan 11, 2009 0:32 ]
Post subject: 

The audio playback when using this is very scratchy....am I the only one with this problem?

Author:  Henri [ Mon Jan 12, 2009 13:37 ]
Post subject: 

One~Zero wrote:
The audio playback when using this is very scratchy....am I the only one with this problem?

I haven't noticed but I'll try listening more carefully next time. Have you tried adjusting the volume and other settings?

Author:  sos [ Mon Jan 12, 2009 21:18 ]
Post subject: 

sos wrote:
Here is a Version to control the Player over Touchscreen.

Download here


Archive is is updatet,newest fmodex-version and some modifikations


One~Zero wrote:
The audio playback when using this is very scratchy....am I the only one with this problem?


Check your Hardware and Driver.
I use onbord Soundmax HD and no Problems here.

Page 1 of 1 All times are UTC + 2 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/