project/cfg/BoardConfig_IPC/overlay/overlay-luckfox-config/etc/init.d/S99luckfoxconfigload : Remove the function of pressing the boot button to switch the screen model
Signed-off-by: eng29 <eng29@luckfox.com>
This commit is contained in:
parent
41d879c0d7
commit
82893c1a76
|
|
@ -4,12 +4,6 @@ load_luckfoxconfig() {
|
||||||
if [ -f /usr/bin/luckfox-config ]; then
|
if [ -f /usr/bin/luckfox-config ]; then
|
||||||
luckfox-config load
|
luckfox-config load
|
||||||
fi
|
fi
|
||||||
if [ "$(cat /proc/device-tree/model)" == "Luckfox Pico Ultra" ] ||
|
|
||||||
[ "$(cat /proc/device-tree/model)" == "Luckfox Pico Ultra W" ]; then
|
|
||||||
if [ -f /usr/bin/luckfox_switch_rgb_resolution ]; then
|
|
||||||
luckfox_switch_rgb_resolution &
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue