You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library adds touch buttons on CoreS3, which does not have physical buttons or touch buttons, and enables the user to acquire the status via M5.BtnX.
8
+
This library adds software touch buttons on CoreS3 and Tough, which does not have physical buttons or touch buttons, and enables the user to acquire the status via M5.BtnX.
9
9
Please use this as an interim feature until a similar feature is added to [M5Unified](https://github.com/m5stack/M5Unified) in the future.
10
-
It is also useful for those who are making a common source for Basic, Gray, and Core2, as it does not process anything other than CoreS3.
10
+
11
+
It is also useful for those who are making a common source for Basic, Gray, Core2 and more, as it does not process anything other than CoreS3 and Tough.
12
+
13
+
In CoreS3SE, if M5Unified is used, the off-screen part functions as a button, as in Core2 .(In CoreS3, that part does not function as touch)
Copy file name to clipboardExpand all lines: src/gob_unifiedButton.hpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
/*!
2
2
@file gob_unifiedButton.hpp
3
-
@brief Add touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)
3
+
@brief Library main header
4
4
5
5
@mainpage gob_unifiedButton
6
-
Add touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)
6
+
This library adds software touch buttons on CoreS3 and Tough, which does not have physical buttons or touch buttons, and enables the user to acquire the status via M5.BtnX.
0 commit comments