Robodash 2.1.2
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.