TheChrisP wrote: 
> 
> What is strange is that the behavior is completly different with the
> 3.2.2.
> 
> As I'm using the same video driver and the same touchscreen driver
> (stmpe-ts), it means the tslib is implemented differently between 3.2.2
> and 3.5.
> 
> Ralphy ? What do you think about these tests ?
There have been several revisions of the libts.tcz.  Which you can
review 'here' (https://github.com/ralph-irving/tcz-libts).

I had a similiar problem with my original rpi 7" screen that was caused
by the power adapters.  Turns out both of my 2.5A power bricks were the
culprits, which really sucks since that was the first thing I swapped
after I noticed the problem. I swapped in 2 different rpis, same
problem. Put back in the original rpi and swapped the hat dac and still
no luck. Then I tried a 2A PS with a ferrite core molded into the wire
and the "ghosting" was gone.

I've been using a 'different fork' (https://github.com/veo-labs/tslib)
of kergoth's tslib, so I've created a new libts.tcz from the
https://github.com/kergoth/tslib sources which includes the debounce
module for you to try.

For now it has the default ts.conf from the distribution and works with
my rpi touch screens. I don't have either of your screens to test with.


Code:
--------------------
    
  # cd /mnt/*/tce/optional
  ceo
  
  # Backup the pcp 3.5 libts files.
  cp -p libts.tcz.md5.txt libts.tcz.md5.txt.35
  cp -p libts.tcz libts.tcz.35
  
  # Download the test libts packages.
  wget -O libts.tcz.md5.txt 
'https://www.dropbox.com/s/xkxuf7hbv7lea8w/libts.tcz.md5.txt?dl=1'
  wget -O libts.tcz 'https://www.dropbox.com/s/d61b468l6o3gmrs/libts.tcz?dl=1'
  
  # Are they valid?
  md5sum -c libts.tcz.md5.txt
  libts.tcz: OK
  
  # Reboot
  pcp rb
  
--------------------



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=108852

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to