hi,
i need a raspbain image with the touchscreen drivers included please?
-
- Posts: 43
- Joined: Fri Aug 17, 2012 11:28 am
Re: wanted
Do you have any idea of how many different display/touchscreen combinations there are?vectraboyv6 wrote:hi,
i need a raspbain image with the touchscreen drivers included please?
-
- Posts: 43
- Joined: Fri Aug 17, 2012 11:28 am
Re: wanted
hi,
the display is via the hdmi port.
touch screen is via usb and requires usctouchscreen.c but there is no tutorial on how to intergate this.
any help would be great
the display is via the hdmi port.
touch screen is via usb and requires usctouchscreen.c but there is no tutorial on how to intergate this.
any help would be great
Re: wanted
Not enough information. What is the output of lsusb?vectraboyv6 wrote:hi,
the display is via the hdmi port.
touch screen is via usb and requires usctouchscreen.c but there is no tutorial on how to intergate this.
any help would be great
Do you have a link to a datasheet or at least more info on the touchscreen?
Gr.
Dirk.
- mikronauts
- Posts: 2820
- Joined: Sat Jan 05, 2013 7:28 pm
- Contact: Website
Re: wanted
vectraboyv6
It would be best if you posted a link to his specific touch controller... or at least the lsusb output
It would be best if you posted a link to his specific touch controller... or at least the lsusb output
http://Mikronauts.com - home of EZasPi, RoboPi, Pi Rtc Dio and Pi Jumper @Mikronauts on Twitter
Advanced Robotics, I/O expansion and prototyping boards for the Raspberry Pi
Advanced Robotics, I/O expansion and prototyping boards for the Raspberry Pi
-
- Posts: 43
- Joined: Fri Aug 17, 2012 11:28 am
Re: wanted
login as: pi
pi@192.168.1.140's password:
Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Nov 7 11:18:07 2014
lpi@raspberrypi ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 006: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
Bus 001 Device 007: ID 04b3:4670 IBM Corp.
Bus 001 Device 008: ID 0596:0001 MicroTouch Systems, Inc. Touchscreen
pi@raspberrypi ~ $ ^C
pi@raspberrypi ~ $
hi thanks for the replys, here is my lsusb. The monitor in question is a ibm 4820-48t. the touchscreen works on win7 , unbumtu 12.2 and the standard raspbmc install.
the touchscreen part is a 3m ex II and is listed in the usbtouchscreen.c file
thanks stuart
pi@192.168.1.140's password:
Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Nov 7 11:18:07 2014
lpi@raspberrypi ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 006: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
Bus 001 Device 007: ID 04b3:4670 IBM Corp.
Bus 001 Device 008: ID 0596:0001 MicroTouch Systems, Inc. Touchscreen
pi@raspberrypi ~ $ ^C
pi@raspberrypi ~ $
hi thanks for the replys, here is my lsusb. The monitor in question is a ibm 4820-48t. the touchscreen works on win7 , unbumtu 12.2 and the standard raspbmc install.
the touchscreen part is a 3m ex II and is listed in the usbtouchscreen.c file
thanks stuart
- DougieLawson
- Posts: 40516
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: wanted
I don't think you'll be able to get that screen running on a Raspberry Pi. The driver includes closed source programs that are only built for Intel X86 systems. If you can't find a driver specially built for ARMv6 systems then you have absolutely no hope of getting it running.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 43
- Joined: Fri Aug 17, 2012 11:28 am
Re: wanted
this is the start of the usbtouchscreen.c
the screen is clearly listed ( * - 3M/Microtouch EX II series) so I need to interagte this into the raspbain image, as said it works with raspbmc. but want to to work in the startx and then python tkinter.
thanks stuart
Code: Select all
* usbtouchscreen.c
* Driver for USB Touchscreens, supporting those devices:
* - eGalax Touchkit
* includes eTurboTouch CT-410/510/700
* - 3M/Microtouch EX II series
* - ITM
* - PanJit TouchSet
* - eTurboTouch
* - Gunze AHL61
* - DMC TSC-10/25
* - IRTOUCHSYSTEMS/UNITOP
* - IdealTEK URTC1000
* - General Touch
* - GoTop Super_Q2/GogoPen/PenPower tablets
* - JASTEC USB touch controller/DigiTech DTR-02U
* - Zytronic capacitive touchscreen
* - NEXIO/iNexio
* - Elo TouchSystems 2700 IntelliTouch
* - EasyTouch USB Dual/Multi touch controller from Data Modul
*
* Copyright (C) 2004-2007 by Daniel Ritz <daniel.ritz@gmx.ch>
* Copyright (C) by Todd E. Johnson (mtouchusb.c)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
thanks stuart
Re: wanted
He said it works with Raspbmc, so the driver ought to exist in some form.DougieLawson wrote:I don't think you'll be able to get that screen running on a Raspberry Pi. The driver includes closed source programs that are only built for Intel X86 systems. If you can't find a driver specially built for ARMv6 systems then you have absolutely no hope of getting it running.
Re: wanted
Just had a look and Raspbmc comes with a whole bunch of touch drivers, including the one mentioned above.ame wrote:He said it works with Raspbmc, so the driver ought to exist in some form.DougieLawson wrote:I don't think you'll be able to get that screen running on a Raspberry Pi. The driver includes closed source programs that are only built for Intel X86 systems. If you can't find a driver specially built for ARMv6 systems then you have absolutely no hope of getting it running.
Gr.
Dirk.
-
- Posts: 43
- Joined: Fri Aug 17, 2012 11:28 am
Re: wanted
any ideas on how to intergrate usbtouchscreen.c into raspbian then guys????


-
- Posts: 43
- Joined: Fri Aug 17, 2012 11:28 am
Re: wanted
bump 

Re: wanted
You recompile the kernel with the "usbtouchscreen" module set to "enabled" I guess..
Edit 1:
( And if you feel the responses are a bit slow, its probably because of the really bad title on this thread. )
Edit 2:
And if you had put "usbtouchscreen.c" into the search field you would have found this thread:
http://www.raspberrypi.org/forums/viewt ... .c#p416765
Edit 1:
( And if you feel the responses are a bit slow, its probably because of the really bad title on this thread. )
Edit 2:
And if you had put "usbtouchscreen.c" into the search field you would have found this thread:
http://www.raspberrypi.org/forums/viewt ... .c#p416765
-
- Posts: 43
- Joined: Fri Aug 17, 2012 11:28 am
Re: wanted
Thanks,
I now have the touchscreen working a calibrated correctly.
I shall endeavour to post a you tube video guide in the near future
I now have the touchscreen working a calibrated correctly.
I shall endeavour to post a you tube video guide in the near future