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 2c32e4b commit ad2aa15Copy full SHA for ad2aa15
src/displayapp/screens/Music.cpp
@@ -32,12 +32,12 @@ namespace {
32
}
33
34
/**
35
- * Set the pixel array to display by the image
36
- * This just calls lv_img_set_src but adds type safety
37
- *
38
- * @param img pointer to an image object
39
- * @param data the image array
40
- */
+ * Set the pixel array to display by the image
+ * This just calls lv_img_set_src but adds type safety
+ *
+ * @param img pointer to an image object
+ * @param data the image array
+ */
41
inline void lv_img_set_src_arr(lv_obj_t* img, const lv_img_dsc_t* src_img) {
42
lv_img_set_src(img, src_img);
43
0 commit comments