sipeed / LicheeRV-Nano-Build

LicheeRV-Nano-Build
108 stars 41 forks source link

touchscreen driver file does not exist #26

Open nnn112358 opened 5 months ago

nnn112358 commented 5 months ago

wiki.sipeed.com>LicheeRV Nano>Peripheral>7. Touch Screen https://wiki.sipeed.com/hardware/en/lichee/RV_Nano/5_peripheral.html

There is the following description.

Connect the touchscreen ribbon to the board's touchscreen interface, paying attention to the wire sequence.
Then execute:
/opt/touch.sh # Load the touchscreen driver
Followed by:
echo 2 | evtest
Touching the screen will display specific coordinates in the terminal.
For reading coordinates and touch events, refer to the input section in /opt/src/vendortest.

In release of the repository here, 2024-05-28-17-33-82a0b7.img.xz is empty under the opt folder.

I want /opt/touch.sh and /opt/src/vendortest files, so I would like them to be made public.