mirror of
https://github.com/sipeed/LicheeRV-Nano-Build.git
synced 2026-09-10 20:59:59 -05:00
fix tp for maixcampro
This commit is contained in:
@@ -4,7 +4,7 @@ if [ "$1" = "start" ]
|
||||
then
|
||||
. /etc/profile
|
||||
panel_value=$(grep '^panel=' /boot/uEnv.txt | cut -d '=' -f 2)
|
||||
if [ "$panel_value" = "MaixCam_Pro" ]
|
||||
if [ "$panel_value" = "st7701_lct024bsi20" ]
|
||||
then
|
||||
echo "load cst7xx touchscreen driver"
|
||||
insmod /mnt/system/ko/hynitron_touch_new.ko
|
||||
|
||||
Reference in New Issue
Block a user