-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button Events #48
Comments
Hello @fbritop . |
Unified is actually in? Are we hoping that all M5Core2 and other devices current functions will be ported to Unified?. So to know if we will have to move over Unified sometime in the near future |
Hello, @fbritop The main purpose of M5Unified is to absorb the differences between different models and to operate with a common code. For example, Support both Arduino and ESP-IDF... Consider how to behave with models that do not have a touch screen... If you really need it immediately, you can also import the necessary parts from the M5Core2 library and adjust them by yourself. |
Thanks, will stick with that. I just was looking for a simple solution for the speaker problem in Core2.h. Maybe I will seek for Speaker functionality in Unified and try to implement in Core2.h |
How can we get our own custom callbacks for buttons as we issued to have with Core2?
` int16_t xx=elem["xx"].as<int16_t>();
The text was updated successfully, but these errors were encountered: