Skip to content

Robodash 2.1.2

Compare
Choose a tag to compare
@unwieldycat unwieldycat released this 10 Nov 00:42
· 51 commits to main since this release
69868ca

Robodash 2.1.2 provides a fix for the image widget.

Warning

This update has a breaking change. When constructing an rd::Image with a C
array, you must pass a pointer to your lv_img_dsc_t instead of a reference.
This is to prevent a dangling pointer.

Fixed

  • A bug where constructing an rd::Image with a C array would not display the
    image.