_rgb_multi.Rgb_multi.setShowLock() documentation



  • Hello,
    I am trying to get some fancy led animations from M5 micropython, however I am stuck with the lack of documentation and source code.

    Done someone knows what _rgb_multi.Rgb_multi.setShowLock() does?

    I can guess and do trial and errors, but having some documentation or source code pointers would help get things going much faster.

    Thanks for the help.



  • The only information I found is the post from
    https://namakeguma.com/?p=93

    Which indicates some inconsistent behaviour across devices, but that setShowLock(True) as expected batches the led update until the next show() (or setShowLock(False); show() ) call. (thanks Google translate!)

    Official documentation or source code instead of random japanese online blog posts would be welcome.