v3板子+RGB屏,怎么在屏幕上显示png图片.....
离线
arm板子上只有fb0,是需要在ubuntu上交叉编译出fbv?
离线
605364021 说:v3板子+RGB屏,怎么在屏幕上显示png图片.....
fbv
buildroot 自带
https://github.com/godspeed1989/fbv
https://github.com/godspeed1989/fbv/blob/master/png.c
我下的地址上的源码,但是这个./configure 不支持--host=arm-linux-gnueabihf-gcc 那有什么方法交叉编译?
离线
一般不写到gcc的 , 只要有前缀就行了
参考 ./configure --build=mipsel-linux --host=mipsel-linux --target=mipsel-linux'
..不支持--host 可以直接在makefile改CC行?
离线
605364021 说:v3板子+RGB屏,怎么在屏幕上显示png图片.....
fbv
buildroot 自带
https://github.com/godspeed1989/fbv
https://github.com/godspeed1989/fbv/blob/master/png.c
其实我不是很懂这个显示图片机制...
离线