From a445c05553bf2f499768f665b683646767269c55 Mon Sep 17 00:00:00 2001 From: Def3nder Date: Mon, 7 Sep 2020 15:46:15 +0200 Subject: [PATCH] Updated Add own functionality (markdown) --- Add-own-functionality.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Add-own-functionality.md b/Add-own-functionality.md index e3c709c..ba7b095 100644 --- a/Add-own-functionality.md +++ b/Add-own-functionality.md @@ -60,7 +60,7 @@ seg.speed = mySpeed; seg.intensity = myIntensity; seg.palette = myPaletteId; ``` -Keep in mind that this will not cause interface updates as of 0.8.6. For that, you still need to use 'colorUpdated(NOTIFIER_CALL_MODE_DIRECT_CHANGE)' +Keep in mind that this will not cause interface updates as of 0.8.6. For that, you still need to use `colorUpdated(NOTIFIER_CALL_MODE_DIRECT_CHANGE)` ### Create custom effects