paul- wrote: 
> 
> All rotations work.  I'll likely change the name of the overlay....I did
> this to make sure I did not have other driver conflicts.)
> > 
Code:
--------------------
  >   > 
  > dtoverlay=piratelcd
  > dtoverlay=piratelcd,rotation=90
  > dtoverlay=piratelcd,rotation=180,row_offset=80
  > dtoverlay=piratelcd,rotation=270,row_offset=80
  > 
--------------------
> > 
> 

Great stuff.  So this will remove the need for the two modprobe commands
in bootlocal.sh, to be replaced by a single dtoverlay in config.txt. 
Much easier.

Is it possible that the same overlay will work for other versions of
this display?  My 'standalone display'
(https://forums.slimdevices.com/showthread.php?111502-Jivelite-on-a-Pirate-Audio-240x240-screen&p=962631&viewfull=1#post962631)
needed:

Code:
--------------------
    modprobe fbtft_device name=flexfb speed=32000000 gpios=dc:9,reset:27
--------------------

to get it working, but the flexfb init string was the same.  The above
command has an implied 'cs=0' (the default), so is it possible that CS
and Reset can be exposed as parameters of the overlay, just as
'rotation' and 'row_offset' are?


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to