Results 49 issues of Marc MERLIN

Hi @me-no-dev. Is this project still known to work with recent arduino IDEs? I never used it until now, so I don't know if I got anything wrong. Also, my...

First, thanks for this code, it works ok enough for me and is the first code I could find that worked with RMT. Also, thank you for making the output...

The example code works fine on my ESP32, but when I integrate your lib in a much bigger code base that uses DMA and probably one code to push to...

All new cameras tag the timezone the picture was taken in Date/Time Original : 2023:11:06 16:15:35 Offset Time : +07:00 Offset Time Original : +07:00 Offset Time Digitized : +07:00...

By default it says unsupported platform, build.sh doesn't try to run uname -o or anything If the intent is to set ARCH manually, can you add this in README?

I have this: ``` Archive: /home/merlin/arduino/tools/ESP32FS/tool/esp32fs.jar Length Method Size Cmpr Date Time CRC-32 Name -------- ------ ------- ---- ---------- ----- -------- ---- 0 Stored 0 0% 2021-02-02 11:40 00000000 com/...

With other TFTs, you set speed withtft->begin(spispeed) With ST77xx, begin() is protected in Adafruit_ST77xx.h, so you cannot call tft->begin(tft_spi_speed). The documentation in the .cpp file therefore seem unusable: ``` /**************************************************************************/...

I can't re-open https://github.com/Aircoookie/WLED/issues/2197 but in the last 3 years since I opened it, I've heard of more peole using wled and now trying to do 2D with it, which...

enhancement

https://github.com/adafruit/RGB-matrix-Panel/pull/62 mentions a new driver I just wrote. http://marc.merlins.org/perso/arduino/post_2020-01-01_Running-FastLED_-Adafruit_GFX_-and-LEDMatrix-code-on-High-Resolution-RGBPanels-with-a-Raspberry-Pi.html explains the new solution in https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix   This solution allows you to build arduino code so that it works on linux and...