|
discoverpixy
|
#include <button.h>

Data Fields | |
| TOUCH_AREA_STRUCT | base |
| Basic geometry of the button. You only need to set the x1, y1, x2, y2 members of this struct. More... | |
| uint16_t | bgcolor |
| The 16-bit background color of the button. More... | |
| BUTTON_CALLBACK | callback |
| Callback which is executed when the button is pressed. More... | |
| uint16_t | txtcolor |
| The 16-bit text color. More... | |
| uint8_t | font |
| The number of the font to use. More... | |
| const char * | text |
| The label of the button. More... | |
| TOUCH_AREA_STRUCT base |
| BUTTON_CALLBACK callback |
1.8.9.1