From 037e7d6da3b334fc47a8d4995fa0fe408da35712 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Thu, 12 Aug 2021 16:00:12 +0100 Subject: [PATCH] Update Layer.h --- examples/GraphicsLayer/Layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/GraphicsLayer/Layer.h b/examples/GraphicsLayer/Layer.h index aa93c8f..32a31fa 100644 --- a/examples/GraphicsLayer/Layer.h +++ b/examples/GraphicsLayer/Layer.h @@ -1,5 +1,5 @@ /** - * Experimental layer class to do play with pixel in an off-screen buffer before painting to the DMA + * Experimental layer class to play with pixel in an off-screen buffer before painting to the DMA * * Requires FastLED *