jason
jason
Not only pass value to ES world, I want to get the sensor value from C , and do this job in JS like event listener. so Promise object can...
what's the problem of this workflow: in rtos, have a jerryscript task, create external func "get_promise", create promise, load js file, then come into a while loop to wait a...
So in get_promise func, use this? #### jerry_value_t value = jerry_acquire_value(test_promise); return value; in js file, promise still doesn't work.
同问。使用idf无法编译通过
i delete that define, still the same error. ---Original--- From: ***@***.***> Date: Thu, Feb 16, 2023 21:09 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [espressif/esp-idf] build fail, cannot find "driver/gpio.h"(IDFGH-9411)...
> 非常感谢您的分享,我把您的代码移植到另一款LCD,同样的分辨率,不同的控制器。SPI频率调整到40MHz,显示一切正常,不过刷新比较慢,能明显看出按钮是一个一个刷出来的。我想请教一下,是因为驱动原因还是ESP32对awtk的运算不够快造成的。如果方便,您能否添加一条您的屏幕显示效果的视频? 再次感谢! 请问你这是如何编译通过的呢?我这边使用idf4.4编译无法编译通过,需要把awtk变成组件才行