📄️ Image
An Image in TouchGFX draws the pixel data from an associated image file. The image file must be imported into the project before usage.
📄️ Scalable Image
Scalable Image is a widget capable of drawing a scaled version of a bitmap. Simply change the width/height of the widget to resize the image. The quality of the scaled image depends of the rendering algorithm used. The rendering algorithm can be changed dynamically.
📄️ Tiled Image
Description
📄️ Animated Image
An Animated Image is capable of running an animation from start to end using a range of images sharing a common identifier. It is capable doing a single animation or looping the animation until stopped or paused.
📄️ Texture Mapper
A Texture Mapper is a widget capable of drawing a transformed image, that can be freely scaled and rotated around an adjustable origin.
📄️ SVG Image
An SVG Image is a widget capable of drawing an SVG image file, that can be freely scaled and rotated around an adjustable rotation center.
📄️ QR Code
A QR Code is a widget capable of drawing a QR code with supplied content to encode, and specified colors for foreground and background respectively.