diff -r 1230b81ac36f -r 71b4c3d1b429 main/buttons.h --- a/main/buttons.h Thu May 02 11:53:03 2019 +0200 +++ b/main/buttons.h Wed May 08 13:46:30 2019 +0200 @@ -68,6 +68,13 @@ int Buttons_Scan(void); /** + * @brief Insert button coordinates received from a websocket. + * @param x The touched X position. + * @param y The touched Y position. + */ +void WS_touched(int x, int y); + +/** * @brief Scan keyboard, all characters, 4 screens. * @return The ASCII code of the key, or -1 if no key is pressed. */