Hi, I am developing a HMI interface with a capacitive touchscreen, and I have a question. I added a function that enables a buzzer connected to a GPIO output, and I set the duration using a GUIX Timer. Is there a simple way to call this function every time a touch is detected on every area of the display? I tryied the GX_EVENT_PEN_DOWN, but it only works in a "empty" area of the screen, and it doesn't work if I touch, say, a push button. I would like to make a beep on every touch. Anyone has any idea? Thank you.
↧