Hi, I am after adding a touchscreen TFT display to pocketbeagle.
I am already using I/O in C via iobb library, so I am not sure if using a TFT LCD with fbtft driver will conflict with iobb.
There are lot of LCDs available for RPi which should work for pocketbeagle but I am not sure
- How to install fbtft driver - as a module, not built with kernel, I mean use insmod after bootup
- How to modify the driver to tell it to use a specific SPI connectors and how to make sure the driver doesn't mess up existing I/O configuration.
- What are the steps to redirect Xfce environment to the LCD
- And of course the hardware connection.
Thanks