Android Question [things] help control touch display

coslad

Well-Known Member
Licensed User
Longtime User
hi,

I am trying to use android things , but i found a big obstacle , using things without display is senseless ,but if I try to connect a display as this :

https://www.amazon.it/gp/product/B071JDSS1W/ref=oh_aui_detailpage_o00_s00?ie=UTF8&th=1

the video is ok but the touch function isn't supported because those touch use spi connection.

I can make a spi connection function by myself but b4a things library doesn't support spi.

And it is not sufficient , it needs to send the spi decoded touch to the system.

Fortunately an user made an android library

https://github.com/dirkvranckaert/touchinputdisplaydriver

can somebody help me to wrap this simple lib to b4a?,

it should be great to use those cheap touch display whit android things and b4a .
 
Top