scrolling text functionality added

This commit is contained in:
Neythen
2021-05-14 11:31:14 +01:00
parent 4374934237
commit d9df697ca7
8 changed files with 77 additions and 48 deletions

View File

@@ -29,6 +29,12 @@
<input type="submit" value="Brightness"style="height:30px">
</form>
<p>Display scrolling text. Enter the message followed by the rgb values seperated by commas. e.g. hello world!,255,255,0</p>
<form action="/Display_text" method="POST">
<input name="text" placeholder="hello world!,255,255,0"style="height:24px">
<input type="submit" value="Display"style="height:30px">
</form>
<br><br>
<h3>Tickers to display</h3>
<p>To change the tickers displayed please upload a CSV (comma separated value) file with 11 tickers on each row e.g</p>