srvduplex wrote: 
> 
> Do you any idea why I can't get the screen the other way around?
> 
I think you have to rotate the screen in the second line of the
/opt/bootlocal.sh entry.


Code:
--------------------
    modprobe fbtft_device debug=3 rotate=90 name=flexfb speed=16000000 
gpios=reset:25,dc:24
--------------------


You must change it to: rotate=270

Maybe you must also swap XY-axis in the config.txt entry to get the
touchscreen working the right way.


Code:
--------------------
    
dtoverlay=ads7846,speed=1000000,penirq=17,penirq_pull=2,swapxy=1,xmin=200,xmax=3900,ymin=200,ymax=3900,pmax=255,xohms=60
--------------------


------------------------------------------------------------------------
piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=104980

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

Reply via email to