Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Documentation for Projects
Little projects and notes that don't need their own repo.


<a href="https://schmttc.github.io/projects/electronics/">displayModuleImageTester</a>
A HTML page designed to help assess the static display capabilites of small display modules, without having to buy one.


<a href="https://schmttc.github.io/projects/home_automation/Home%20Assistant%20Water%20Meter/">Home Assistant Water Meter</a>
Modifying a modern reedless door sensor to adapt to a home water meter.


## <a href="https://schmttc.github.io/projects/Electronics/">Electronics</a>
11 changes: 11 additions & 0 deletions electronics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## displayModuleImageTester.html
<a href="displayModuleImageTester.html">Live Demo</a>

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.

<img src="displayModuleImageTester.png" width="400" />
Loading
Loading