David
David
I am currently trying to wrap my head around the new CMake toolchain and CMake in general. I guess there must be a way to easily generate these files (or...
Think I understand the new CMake toolchain: I created the missing CMakeLists.txt, however I still have problems with the linker. Not sure if this is an error of the ESP-IDF...
I created my CMake files locally and it works fine for me. If you like I can send them to you and/or you enable push for the repo.
These are my local CMakeFiles. Espressif did a great job creating an easy-to-use toolchain. I suggest you have a look at their examples (and the ones below) and create the...
Same issue: Long time (+2s) Power throttling at 10-12W. It can boost but quickly goes down and stay around 1,800Mhz. Latitude 7420, BIOS v1.22.2, Arch - up to date. (and...
I am currently facing the same or similar problem. I change code in a global dependency, and according to the logs everything gets reloaded correctly, however the function I just...
Memset is more concise :) uint8_t zero[128]; memset(&zero,0,128);
Having the same issue. The library seems to be working, but there are random pixels. Using other libraries resets the noise and it is gone for a while. Until I...
Yes, forgot the mention it is I2C. I will have a look if I can find the link. On the back it says: GM009605 I will now try if SPI...
Jokes on me. SPI needs more pins. I only have VCC, GND, SCK and SDA