Document custom backend support
This commit is contained in:
parent
92337cb000
commit
c3bfc8c354
|
@ -55,9 +55,17 @@ resolution of `800x480x24`.
|
|||
For example:
|
||||
|
||||
Xvfb :1 -screen 0 800x480x24
|
||||
DISPLAY=:1 path-to-hamclock
|
||||
|
||||
Replace :1 with the desired display number.
|
||||
|
||||
### Custom
|
||||
|
||||
If you write your own backend, just put it in the `backends` folder and
|
||||
specify its file name (without `.py`) in `conf.txt`. Make sure you don't
|
||||
accidentally commit it if you don't want to!
|
||||
<!-- TODO: document API -->
|
||||
|
||||
## `conf.txt`
|
||||
|
||||
The server will not work without a `conf.txt` file. This file is a
|
||||
|
|
Loading…
Reference in New Issue
Block a user