xwz
xwz
An excellent library! Does this library support 256x64 types of displays? How? Can you give me a hint? Thank you for your efforts!
### Is your feature request related to a problem? 看到espressif的esp-sr已经是v2版本了,支持更多语音唤醒,并且降低了cpu负荷,请问什么时候升级支持v2版本?有没有计划呢? ### Describe the solution you'd like. _No response_ ### Describe alternatives you've considered. _No response_ ### Additional context. _No response_
经过我在一块N8R2的esp32s3上的测试,我发现如果PSRAM Mode 设置为octal时, 设备在启动的时候会报错: E (41) octal_psram: PSRAM ID read error: 0x00000000, PSRAM chip not found or not supported, or wrong PSRAM line mode E (41) esp_psram: PSRAM enabled but...
1.5.2 编译时,display缺少方法,编译报错 D:/personal/Arduino/06-xiaozhi/esp32_ai/main/iot/things/blaklight.cc D:/personal/Arduino/06-xiaozhi/esp32_ai/main/iot/things/blaklight.cc: In lambda function: D:/personal/Arduino/06-xiaozhi/esp32_ai/main/iot/things/blaklight.cc:19:29: error: 'class Display' has no member named 'brightness' 19 | return display->brightness(); | ^~~~~~~~~~ D:/personal/Arduino/06-xiaozhi/esp32_ai/main/iot/things/blaklight.cc: In lambda function: D:/personal/Arduino/06-xiaozhi/esp32_ai/main/iot/things/blaklight.cc:28:22: error: 'class Display'...
I TFT_eSPI::p ushPixels extend the following methods to compensate for the missing methods: void TFT_eSPI::pushIndexedPixels(uint8_t *data, uint16_t *idx, uint32_t len) { uint8_t currentIndex; while (len--) { currentIndex = *data; tft_Write_16(idx[currentIndex]);...