service: hid: Implement home, capture and sleep buttons

This commit is contained in:
german77 2024-01-28 19:19:21 -06:00
parent 3f246847f8
commit fd1bc5e569
11 changed files with 104 additions and 37 deletions

View file

@ -96,6 +96,7 @@ add_library(hid_core STATIC
resources/system_buttons/home_button.h
resources/system_buttons/sleep_button.cpp
resources/system_buttons/sleep_button.h
resources/system_buttons/system_button_types.h
resources/touch_screen/gesture.cpp
resources/touch_screen/gesture.h
resources/touch_screen/gesture_types.h