Is it possible to modify the function “void Image::setBitmap(const Bitmap& bmp)�??I tried to modify this function in the file "\framework\source\touchgfx\widgets\Image.cpp", but the code I modified is useless. Even if I remove this function from Ima...