Skip to content

Commit

Permalink
fix tp for maixcampro
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Sep 26, 2024
1 parent 245a582 commit 632a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/board/cvitek/SG200X/overlay/etc/init.d/S05tp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 632a76b

Please sign in to comment.