From c1ea67fe7b9cf43833e743423a6bbfdbb8bd7a5e Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 19 Feb 2022 17:44:16 -0600 Subject: [PATCH] Update Pixels.md --- docs/Pixels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Pixels.md b/docs/Pixels.md index 6d35d24..8470f01 100644 --- a/docs/Pixels.md +++ b/docs/Pixels.md @@ -118,7 +118,7 @@ Unlike the **Pixel** class, the **Dot** class does not utilize the ESP32'2 RMT p A fully worked example showing how to use the Pixel library within a HomeSpan sketch to control an RGB Pixel Device, an RGBW Pixel Device, and an RGB DotStar Device, all from the Home App on your iPhone, can be found in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → Pixel*](../Other%20Examples/Pixel). -For a more complete showcase of the Pixel library , check out [Holiday Lights]() on the HomeSpan projects page. This sketch demonstrates how the Pixel library can be used to generate a variety of special effects with a 60-pixel RGBW strip. The sketch also showcases the use of HomeSpan's Custom Characteristic macro to implement a special-effects selector button for use in the Eve App for HomeKit. +For a more complete showcase of the Pixel library , check out [Holiday Lights]() on the [HomeSpan Projects page](https://github.com/topics/homespan). This sketch demonstrates how the Pixel library can be used to generate a variety of special effects with a 60-pixel RGBW strip. The sketch also showcases the use of HomeSpan's [Custom Characteristic macro](https://github.com/HomeSpan/HomeSpan/blob/master/docs/Reference.md#define-custom_charnameuuidpermsformatdefaultvalueminvaluemaxvaluestaticrange) to implement a special-effects "selector" button for use in the Eve for HomeKit App. ---