Closed RobTillaart closed 5 months ago
@Devilscave you need to call tlc.setCurrentAdjustMode() to get in to the special mode. Think I must rename that function ;)
Then you call tlc.writeConfiguration(uint8_t config) config 0..255
To go back to normal mode call tlc.setNormalMode();
Ich glaube, ich muss diese Funktion umbenennen ;)
Wouldn't tlc.setMode(0), or (1) be possible? Or simple tlc.SpezialMode() between tlc.NormalMode() Or what did you have in mind? You could also add a query to this: tlc.getMode()
That is indeed the direction of my thoughts
I'm not quite sure how to update the mode. Can you give me some information?