Thanks for the replies, Greg and Paul.

I installed "git" into pcp's TinyCoreLinux with

Code:
--------------------
    tce-load -iw git
--------------------

then used

Code:
--------------------
    sudo rm -rf LCD-show
  git clone https://github.com/goodtft/LCD-show.git
  chmod -R 755 LCD-show
  cd LCD-show/
  sudo ./LCD7C-show
--------------------

-  but it says 

Code:
--------------------
    sudo: unable to execute ./LCD7C-show: No such file or directory
--------------------

even though "LCD7C-show" appears as executable in the correct
directory??

Running 

Code:
--------------------
    sudo TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event7 
/usr/local/bin/ts_calibrate
--------------------

runs, and gets me to the screen in the photo in my post above, but
touching the screen does nothing. ^C needed to get out, whereupon it
says:

Code:
--------------------
    xres = 800, yres = 480
  ^Csignal 2 caught
--------------------


The 7in screen is actually native 1024x600 pixels. 

I've waded out beyond my Linux depth now. Can you tell!?  Thanks in
advance for any help or suggestions.



Martin
------------------------------------------------------------------------
mooblie's Profile: http://forums.slimdevices.com/member.php?userid=15378
View this thread: http://forums.slimdevices.com/showthread.php?t=112266

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

Reply via email to