M5Cardputer-UserDemo icon indicating copy to clipboard operation
M5Cardputer-UserDemo copied to clipboard

M5Cardputer user demo for hardware evaluation.

Results 5 M5Cardputer-UserDemo issues
Sort by recently updated
recently updated
newest added

The answer sound of the key touch is too loud, I would like to add a feature to reduce or turn it off.

when connected as a bluetooth keyboard, When I press the arrow keys in combination with the fn key, The fact that the fn key is pressed is ignored. It is...

The calculation for minutes does not reset when it reaches its maximum value (60 minutes in an hour). Added code to ensure minutes resets to 0 after 59.

D:/Projetos/M5Stack/M5Cardputer-UserDemo/main/apps/app_ir/app_ir.cpp: In member function 'void MOONCAKE::APPS::AppIR::_update_state()': D:/Projetos/M5Stack/M5Cardputer-UserDemo/main/apps/app_ir/app_ir.cpp:170:41: error: exception handling disabled, use -fexceptions to enable catch(const std::exception& e) ^ D:/Projetos/M5Stack/M5Cardputer-UserDemo/main/apps/app_ir/app_ir.cpp:173:50: error: 'e' was not declared in this scope spdlog::info("parse failed:...

Hello, I want to create my own terminal like in your UserDemo (REPL) but with my edits and so that it is the only one, can you give me an...