Limor "Ladyada" Fried

Results 513 comments of Limor "Ladyada" Fried

@PaintYourDragon iz up to you - how do you want the grayscale on arduino to matchymatch?

hi the nano is a significantly different chip, if you'd like to submit a working PR to sdfat library, we'd accept it but we have no hardware to test with...

hi it does not seem like theres much we can do about it, the errors are in the underlying Arduino cores

the error is flagging c:\users\arduino\appdata\local\arduino15\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4\arm-none-eabi\include\sys\stat.h c:\users\arduino\AppData\Local\Arduino15\packages\arduino\hardware\mbed\1.1.4\cores\arduino/mbed/platform/mbed_retarget.h:500:8: note: previous definition of 'struct stat' these are not 3rd party library files, they're core files

try these examples https://github.com/adafruit/Adafruit_ZeroDMA/tree/master/examples

yah we never used it, if you have ideas for how to fix please submit a PR :)

the SPI library just isn't designed for DMA... there's a benefit to having DMA used even if it blocks, because the inter-byte delays are removed. please use the zerodma library...

it doesnt hardfault, we dont guarantee it solves all your life problems :D

hi please start by not changing the object instantiation argument order - thanks! :)

no, we dont have one. do you have a monochrome display you can verify it still works?