diff --git a/Electronics/README.md b/Electronics/README.md new file mode 100644 index 0000000..0633489 --- /dev/null +++ b/Electronics/README.md @@ -0,0 +1,13 @@ +# Electronics Projects + +## displayModuleImageTester.html +Live Demo + +A HTML page designed to help assess the static display capabilites of small display modules, without having to buy one. +- Load an image, and you can view and compare an approximately scaled output on one or more virtual displays. +- Accepts the XY pixels, physical dimensions, and can make an attempt to simulate limited colour palletes. +- Image is cropped to the same number of pixels as the display, then scaled to the physical size +- The example defaults to a selection of E-Ink and MIPs displays. +- Coded with GPT-5.5. + + \ No newline at end of file diff --git a/Electronics/displayModuleImageTester.html b/Electronics/displayModuleImageTester.html new file mode 100644 index 0000000..98e9c76 --- /dev/null +++ b/Electronics/displayModuleImageTester.html @@ -0,0 +1,811 @@ + + + + + + Small Display Image Tester + + + +
+
+ +
+ Drop an image here + Use drag and drop, a local file, or an image URL. +
+
+ + +
+
+ + +
+ +
+
+
+ +
+
+ + + + + + diff --git a/Electronics/displayModuleImageTester.png b/Electronics/displayModuleImageTester.png new file mode 100644 index 0000000..957163b Binary files /dev/null and b/Electronics/displayModuleImageTester.png differ diff --git a/README.md b/README.md index 9e5a418..e160f59 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -Documentation for Projects +# Documentation for Projects + +## Electronics