Edited by mariuszb at 2016-6-21 19:54
Now I have connected this display using fbtft
This is done as folows:
- sudo modprobe fbtft_device name=flexpfb rotate=180 gpios=dc:110,reset:21,wr:1,cs:6,db00:3,db01:68,db02:71,db03:64,db04:2,db05:65,db06:66,db07:67
- sudo modprobe flexfb width=320 height=480 buswidth=8 init=-1,0x11,-2,200,-1,0x36,-1,0x3A,0x05,-1,0x36,0x48,-1,0x13,-1,0x29,-1,0x2C,-3
Copy code
and test picture:
- sudo fbi -d /dev/fb8 -T 1 -noverbose -a example.jpg
Copy code
Video:
- sudo apt-get install -y mplayer
- sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb8 mplayer -vo sdl -framedrop example.mpg
Copy code
Why it is extremaly slow ? ( 1 frame pre second)
Some hint?
|