From 6f36788dfd2b07b59d88b47c656bbd5692c0cef0 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 7 Oct 2024 13:32:00 +1100 Subject: First commit First commit after PlatformIO transition --- src/index.h | 426 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 426 insertions(+) create mode 100755 src/index.h (limited to 'src/index.h') diff --git a/src/index.h b/src/index.h new file mode 100755 index 0000000..3dc9d10 --- /dev/null +++ b/src/index.h @@ -0,0 +1,426 @@ +const char index_html[] PROGMEM = R"rawliteral( + + + + + + + + Matrix Display + + + + + +
+
+

Matrix Display

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Special stringReplacement
%date%The selected date (dd/mm/yy)
%shortdate%The selected date short (20 Jan)
%time12% or %time12s%time in 12 hour format HH:MM or HH:MM:SS
%time24% or %time24s%time in 24 hour format HH:MM or HH:MM:SS
+ +
+ +
+
+
+ Customisation: + Wireless (required for time sync):
+   +

No data

+ + +
+ + + +
+
+ +

+ + +
+
+
+
+ + + + +)rawliteral"; -- cgit v1.2.3