From 6119084ce2351af1d12f852ec593d5e19fa5ea9f Mon Sep 17 00:00:00 2001 From: Gavin Morrow Date: Fri, 7 Nov 2025 14:23:04 -0500 Subject: [PATCH] Make the "TL;DR" bold --- .../2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md b/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md index 8c5da73..d37f842 100644 --- a/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md +++ b/blog/posts/2025-11-06-wrangling-the-FUTD01-dmx-transmitter.md @@ -15,11 +15,11 @@ Hopefully this will help someone else out with the same problem :] The two main terms to know are *zones*/*channels* and *address*. -TL;DR: To patch a light, take the 5 addresses starting from - `DXXX + 5*(CHXX-1)`. Each light gets a channel. **The DMX address - is a base address for the transmitter; it is *not* an address for the - individual light.** Each light's address is an offset from the base - address, determined by its channel. +**TL;DR**: To patch a light, take the 5 addresses starting from + `DXXX + 5*(CHXX-1)`. Each light gets a channel. **The DMX address is + a base address for the transmitter; it is *not* an address for the + individual light.** Each light's address is an offset from the base + address, determined by its channel. ## Zones -- 2.51.2