Hello,
I also posted this on development page but no luck there and I hoped someone here encountered this problem.
I'm trying to connect a SPI TFT screen controlled by a ILI9341 controller. I found this driver https://github.com/GBert/openwrt-misc/tree/master/fbtft which I could compile for openwrt.
As far as I understand this driver works with linux framebuffer which I don't know how to put it in my openwrt image. I would need a framebuffer device in my /dev folder something like /dev/fb0.
I'm not very familiar with linux kernel and drivers system but I hope I managed to explain my problem. How can I get framebuffer in openwrt ?
Thanks,
Bogdan