aboutsummaryrefslogtreecommitdiff
path: root/examples/AuroraDemo/PatternInfinity.h
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-07-28 23:40:30 +0100
committermrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-07-28 23:40:30 +0100
commit3960bbed887fc6211ced5abcf8ef00ec4cbd0346 (patch)
tree8c9c2a51247a44f5b63f6cf04168a3e3944087ba /examples/AuroraDemo/PatternInfinity.h
parentf2634319ab7ebfe22fc6d2ebabcdd27879f3667e (diff)
updates
Diffstat (limited to 'examples/AuroraDemo/PatternInfinity.h')
-rw-r--r--examples/AuroraDemo/PatternInfinity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/AuroraDemo/PatternInfinity.h b/examples/AuroraDemo/PatternInfinity.h
index c99f329..e8f4091 100644
--- a/examples/AuroraDemo/PatternInfinity.h
+++ b/examples/AuroraDemo/PatternInfinity.h
@@ -51,7 +51,7 @@ public:
byte hue = sin8(effects.osci[5]);
// draw a pixel at x,y using a color from the current palette
- effects.Pixel(x, y, hue);
+ effects.setPixelFromPaletteIndex(x, y, hue);
effects.ShowFrame();
return 30;