Hello everyone, so I am having trouble getting touchscreen functionality to work on my Libre board, I followed the instructions provided by the seller and even reached out directly however we were not able to resolve my issue, display works fine however touch functionality is absent, I assume this is a compatibility issue and requires some configuration within the system but i am rather new to all of this and have no idea where to begin.
below ive provided details.
Board i am using: aml-s905x-cc 2GB version
OS i am using: 2023-05-03-raspbian-bullseye-arm64-full+aml-s905x-cc
Screen i am using: OSOYOO 3.5" HDMI LCD
Driver installation instructions provided by seller:
sudo passwd root
sudo passwd -unlock root
su root
sudo git clone GitHub - osoyoo/HDMI-Show: HDMI Driver
sudo chmod -R 777 HDMI-show
cd HDMI-show/
sudo ./hdmi35-480x320-show
Is there any additional drivers i must install to get touchscreen working on my potato? Any assistance here would be GREATLY appreciated, thank you.