261
edits
(Changed Display 1 and Display 2 section titles.) |
|||
Line 6: | Line 6: | ||
* A RaspberryPi or similar SBC (I've also used LibreComputer LePotato SBC running Armbian) | * A RaspberryPi or similar SBC (I've also used LibreComputer LePotato SBC running Armbian) | ||
* A webserver to serve up the content you want to show (preferably external to the SBC) | * A webserver to serve up the content you want to show (preferably external to the SBC) | ||
=== | === Basic Display=== | ||
This is the most basic configuration you can use to turn a RaspberryPi/SBC into a digital sign/display that serves up a web page when started. | This is the most basic configuration you can use to turn a RaspberryPi/SBC into a digital sign/display that serves up a web page when started. | ||
==== Software ==== | ==== Software ==== | ||
Line 175: | Line 175: | ||
The SBC will boot up and launch Chromium to show the web page you specified. | The SBC will boot up and launch Chromium to show the web page you specified. | ||
=== Display | === Display with Remote Management=== | ||
This builds off the Display 1 setup with some additional features: | This builds off the Display 1 setup with some additional features: | ||
* VNC using NOVNC. This allows remote control of the display via a web browser. | * VNC using NOVNC. This allows remote control of the display via a web browser. |