From 90d1d3df53e2fb4f44ca2eafe24968a18ff6b0fc Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Mon, 25 Aug 2025 20:47:32 +0200 Subject: Fix and move links --- Shaders/index.md | 2 +- VFD clock/index.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Shaders/index.md b/Shaders/index.md index 0202b6c..e5e0413 100644 --- a/Shaders/index.md +++ b/Shaders/index.md @@ -92,7 +92,7 @@ and i still am not able to bring all my ideas to fruition. You'll often times find that you accidentally create something interesting, just by faffing about with mathematical functions. On that note, you can -## --> [view my shaders here](https://node5.net/shader_indexes/my_shaders/) <-- +## --> [view my shaders here](https://node5.net/shaders/mine/) <-- ## Embed on page diff --git a/VFD clock/index.md b/VFD clock/index.md index 56e6546..09626b3 100644 --- a/VFD clock/index.md +++ b/VFD clock/index.md @@ -7,6 +7,7 @@ created: 2025-08-21 - [WD202 User manual](https://www.touchdynamic.com/wp-content/uploads/2021/06/wd202.pdf) - [WD202A User manual (contains RJ45 pinout)](https://manualzz.com/doc/html/11817581/digipos-wd-202a-customer-display-user-s-manual) +- [Link to code git repo](https://git.node5.net/firmware/vfd/) ![VFD from the front, one line showing a UNIX timestamp and another line showing a human readable datetime](main.webp) @@ -31,8 +32,6 @@ Which convents the ESPs from 3.3v logic -> -15 to 15 volt. [Link to circuit diagram - cirkitdesigner.com](https://app.cirkitdesigner.com/project/05cf3635-211d-451e-8c80-614e9fb4ede3) -[Link to code git repo](https://git.node5.net/firmware/vfd/) - ```cpp #include #include -- cgit 1.4.1