From 1a2543ddde57683bc897a602573c504dcab0fc04 Mon Sep 17 00:00:00 2001 From: Aircoookie Date: Fri, 30 Apr 2021 00:00:46 +0200 Subject: [PATCH] Added FPS test utility --- tools/fps_test.htm | 232 ++++++++++++++++++ .../data/jsontest.htm => tools/json_test.htm | 0 2 files changed, 232 insertions(+) create mode 100644 tools/fps_test.htm rename wled00/data/jsontest.htm => tools/json_test.htm (100%) diff --git a/tools/fps_test.htm b/tools/fps_test.htm new file mode 100644 index 00000000..5858e8ad --- /dev/null +++ b/tools/fps_test.htm @@ -0,0 +1,232 @@ + + + + WLED frame rate test tool + + + + +

Starship monitoring dashboard

+ (or rather just a WLED frame rate tester lol)

+ IP:
+ Time per effect: s
+ Effects to test: + + + + +
+ Extra JSON:
+ +
+ LEDs: -, Seg: -, Bri: -
+ FPS min: -, max: -, avg: -

+
+

+ + + + + \ No newline at end of file diff --git a/wled00/data/jsontest.htm b/tools/json_test.htm similarity index 100% rename from wled00/data/jsontest.htm rename to tools/json_test.htm