Question
ImageProgress use tiled image, howto switch to little image indicator around big background move without tiling?
I need image progress width background 500, but indicator slim 15px .
Exist an library way or i need write full new class?
I see now only one way create big transparent indicator image, that waste space and slow render.
/**
* @fn virtual void ImageProgress::setBitmap(touchgfx::BitmapId bitmapId);
*
* @brief Sets the bitmap id.
*
* Sets the bitmap id to use for progress. Please note that the bitmap is tiled
* which will allow smaller bitmaps to repeat and save memory.
*
* @param bitmapId The bitmap id.
*
* @see getBitmap
* @see TiledImage
*/
virtual void setBitmap(touchgfx::BitmapId bitmapId);
