We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f242f1a commit 8969d73Copy full SHA for 8969d73
README.md
@@ -338,12 +338,12 @@ void setIndicatorDirection(IndicatorDirection dir);
338
/**
339
* Set the symbol to indicate an active frame in the indicator bar.
340
*/
341
-void setActiveSymbol(const char* symbol);
+void setActiveSymbol(const uint8_t* symbol);
342
343
344
* Set the symbol to indicate an inactive frame in the indicator bar.
345
346
-void setInactiveSymbol(const char* symbol);
+void setInactiveSymbol(const uint8_t* symbol);
347
348
349
* Configure what animation is used to transition from one frame to another
0 commit comments