-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
19 lines (19 loc) · 849 Bytes
/
Copy pathabout.php
File metadata and controls
19 lines (19 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="global" class="settings">
<h2>Channel EKG</h2>
<div class="container-fluid settingsTable settingsGroupTable">
<div class="row"><div class="col-md">
Channel EKG monitors the live raw values FPP is sending to up to 128 channels,
showing the current value and a 30 second scrolling line graph for each.
Channels are grouped into tabs of 16, the same grouping FPP's own Display
Testing > Channel Fader tab uses.
</div></div>
<div class="row"><div class="col-md">
Pick channels from the "Channel EKG" page under the Status menu, either by
choosing a configured model and pixel/color or by entering a raw output channel
number directly.
</div></div>
<div class="row"><div class="col-md">
Source: <a href="https://github.com/kylegrymonprez/fpp-ChannelEKG" target="_blank">github.com/kylegrymonprez/fpp-ChannelEKG</a>
</div></div>
</div>
</div>