Skip to content

Commit 520c070

Browse files
committed
remove pigpio
1 parent 5e4d7a9 commit 520c070

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

install.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@ if [[ "$enable_spi" == "true" ]]; then
200200
# sudo adduser "$TARGET_USER" spi
201201
#fi
202202

203-
# workaround for trixie
204-
sudo apt install -y pigpio python3-pigpio
203+
# pigpio for trixie
204+
# sudo apt install -y pigpio python3-pigpio
205205
# or manually install
206-
207-
sudo systemctl enable pigpiod
208-
echo "ℹ️ pigpio enabled successfully."
206+
207+
# sudo systemctl enable pigpiod
208+
#echo "ℹ️ pigpio enabled successfully."
209209

210210
echo "✅ SPI enabled successfully"
211211
fi
@@ -339,6 +339,7 @@ if [[ "$install_services" == "true" ]]; then
339339
after="After=display-manager.service\\n"
340340
else
341341
envs="Environment=\"QT_QPA_PLATFORM=offscreen\"\\n"
342+
#envs="Environment=\"QT_QPA_PLATFORM=linuxfb:fb=/dev/fb1 \"\\n"
342343
after=""
343344
fi
344345

0 commit comments

Comments
 (0)