Question
Is it possible to modify the function “void Image::setBitmap(const Bitmap& bmp)�??
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 Image.cpp, the project can still be successfully built.
