Results 49 issues of Marc MERLIN

As you add more data to SPIFFS, you'll notice that the reads slowdown to a point that your animation is not nice anymore. Fix for this is switching to FatFS:...

thanks to your tree, my fork has gone much farther than I'd ever imagine https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix end result allows running arduino graphics code on raspberry pi thanks to your code, and...

Hi again, I'm working on bringing a big library of APIs on top of your work (to allow developing on PCs for faster speed and debugging). I've already done the...

Some code that does graphics loads graphics from "disk" before displaying it on neopixels/RGBPanels/TFT. You are probably familiar with the "diskless" method that adafruit uses in https://github.com/ChrisMicro/ArduinoOnPc/blob/master/examples/Adafruit_pictureDragon/Adafruit_pictureDragon.h When doing animated...

while in french, we do say "deprecier", english spells it "deprecated" this is used in a few places in comments, but also pathnames like src/system/depreciated/ It seems that src/system/depreciated is...

https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/examples-api-use/README.md mentions ``` --led-pwm-dither-bits= : Time dithering of lower bits (Default: 0) ``` which is all I was able to find. However, it gives me a massive performance boost. I...

This is starting to get annoying... I get output on them after sending the fm26126A init sequence, but the output is all wrong given the line addressing having changed again....

It would be fantastic to have people contribute a source of rails that can be used to mount a bunch of panels together. For instance, I have these, and haven't...

As explained in https://github.com/ArduPilot/ardupilot/issues/2811, both mission planner and Qgroundcontrol treat a takeoff mission as if it were navigation to gps coordinates 0,0, drawing a long line to nowhere. Apparently only...

I read https://github.com/Zygo/bees/blob/master/docs/how-it-works.md as well as the other pages, but couldn't find anything that simply showed me how much space was saved by deduping data. I'm assuming it's one of...