From 8c5b54acd52fb1268a44c24a05530159dbb28ad2 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 1 Apr 2023 12:41:08 -0500 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 54dad24..d364e43 100644 --- a/docs/Pixels.md +++ b/docs/Pixels.md @@ -120,7 +120,7 @@ Unlike the **Pixel** class, the **Dot** class does *not* utilize the ESP32's RMT 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*](../examples/Other%20Examples/Pixel). -For a more complete showcase of the Pixel library , check out [Holiday Lights](https://github.com/HomeSpan/HolidayLights) 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](Reference.md#define-custom_charnameuuidpermsformatdefaultvalueminvaluemaxvaluestaticrange) to implement a special-effects "selector" button for use in the Eve for HomeKit App. +For a more complete showcase of the Pixel library , check out [Holiday Lights](https://github.com/HomeSpan/HolidayLights) 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]([Reference.md#define-custom_charnameuuidpermsformatdefaultvalueminvaluemaxvaluestaticrange](Reference.md#custom-characteristics-and-custom-services-macros)) to implement a special-effects "selector" button for use in the Eve for HomeKit App. ---