-
Notifications
You must be signed in to change notification settings - Fork 9
Clone and Build raspi2fb
Richard Goodwin edited this page Nov 26, 2017
·
3 revisions
Europi uses raspi2fb to mirror the man display (fb0) to the TFT screen (FB1)
git clone https://github.com/AndrewFromMelbourne/raspi2fb.git
cd raspi2fb
mkdir build
cd build
cmake ..
make
sudo make install
sudo cp ../[email protected] /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable [email protected]
sudo systemctl start raspi2fb@1
This should cause raspi2fb to be run as a service automatically, when the Pi is re-booted.
Next: