官方文档EmbindEmbind is used to bind C++ functions and classes to JavaScript, so that the compiled code can be used in a natural way by “normal” JavaScript. Embind also supports calling JavaScript classes from C++.Embind has support for binding most C++ …
这是log配置信息:/*================* Log settings 日志设置*===============*//*1: Enable the log module 启用日志模块 */
#define LV_USE_LOG 1
#if LV_USE_LOG
/* How important log should be added:* LV_LOG_LEVEL_TRACE A lot of logs to give detailed…