LCDInfo.com

http://www.lcdinfo.com
It is currently Tue Mar 19, 2024 7:05

All times are UTC + 2 hours




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: USB480-Player
PostPosted: Wed Nov 05, 2008 17:34 
Offline

Joined: Tue Jun 17, 2008 15:40
Posts: 35
Hello

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

Download here

Image
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 06, 2008 13:00 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Happy to see this transformation to color for the player :)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 27, 2008 22:57 
Offline

Joined: Tue Jun 17, 2008 15:40
Posts: 35
Here is a Version to control the Player over Touchscreen.

Download here


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 04, 2008 11:12 
Offline

Joined: Tue Jun 17, 2008 15:40
Posts: 35
"Screenshotfunktion" added and some little modifikations.
Image
Image
Image
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 05, 2008 10:49 
Offline

Joined: Mon Jun 20, 2005 23:03
Posts: 161
Location: Hong Kong
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:


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 05, 2008 12:46 
Offline

Joined: Tue Jun 17, 2008 15:40
Posts: 35
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 05, 2008 13:50 
Offline

Joined: Mon Jun 20, 2005 23:03
Posts: 161
Location: Hong Kong
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 05, 2008 17:44 
Offline

Joined: Tue Jun 17, 2008 15:40
Posts: 35
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


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 05, 2008 18:33 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
More eye candy :)

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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 06, 2008 13:50 
Offline

Joined: Tue Jun 17, 2008 15:40
Posts: 35
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.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 11, 2009 0:32 
Offline
User avatar

Joined: Thu Dec 09, 2004 16:01
Posts: 218
Location: NH, USA
The audio playback when using this is very scratchy....am I the only one with this problem?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 12, 2009 13:37 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
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?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 12, 2009 21:18 
Offline

Joined: Tue Jun 17, 2008 15:40
Posts: 35
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group