📄️ Button
A Button in TouchGFX is a widget that is aware of touch events and can send a callback when the Button is released. Each state, pressed and released, is associated with an image.
📄️ Button With Label
A Button With Label in TouchGFX is a widget that is aware of touch events and can send a callback when the Button With Label is released. Each state, pressed and released, is associated with an image and a text.
📄️ Button With Icon
A Button With Icon in TouchGFX is a widget that is aware of touch events and can send a callback when the Button With Icon is released. Each state, pressed and released, is associated with an image and an icon.
📄️ Toggle Button
A Toggle Button in TouchGFX is a widget that is aware of touch events and can send a callback when the Toggle Button is clicked. Each state, pressed and released, is associated with an image. A Toggle Button is a Button specialization that swaps the two bitmaps when clicked to emulate switching between two states.
📄️ Radio Button
A Radio Button in TouchGFX is a widget that is aware of touch events and can send a callback when the Radio Button is clicked. A radio button consists of four images, corresponding to a selected or unselected button during a pressed or released state. Radio Buttons can be added to a Radio Button Group which handles the deselection of radio buttons when a new selection is made.
📄️ Repeat Button
A Repeat Button in TouchGFX is a widget that is aware of touch events and can send a callback when the Repeat Button is pressed. The button activates its pressed action immediately, then after a given delay, then repeatedly after an interval. Each state, Pressed and Released, is associated with an image.
📄️ Flex Button
A Flex Button in TouchGFX is a widget that is aware of touch events and can send a callback when the Flex Button is triggered. The Flex Button is adaptable to the needs of the user. It can combine the behaviour and appearance of other button types but takes up a bit more RAM as a tradeoff. This will, however, in most cases be an insignificant amount. The Flex Button can be composed of a maximum of 4 visual elements: BoxWithBorder, Icon, Text and Image.