themindfactory
themindfactory
Is there any current methods to inject custom CSS or JS not at the card or control level, rather at a higher level?? One example would be to remove all...
## Summary (include Python version) Python 3 ### Date/time of issue 2/09/21 ### Expected behavior minute data ### Actual behavior daily data I want minute data from a start date...
I downloaded the code and added parts of it to an Arduino build (ESP32) I have done with a digital I2S microphone. The microphone interface is stable and giving the...
So far I think I have the code working, I have currently an array of DFT "bins" 32 of them, 40hz to approx 200hz in 5hz increments... I call the...
Would it be possible to use this library to combine multiple STL files into one glb file and give each part of the new file a potential different color and...
Trying to run the example to outline am SVG path, I have one of a letter M, hope someone can help, I can sort of see why it does it...
Just switched over to the WROVER with 8MB flash and 8MB PSRAM, now when my code runs I get this error. When I initialize the PSRAM it works and reports...
In beibo.py in def oracle(): there is a def predict(): find the lines b = b.split("array([[[") c = b[1].split("]]])") d = c[0][ : -3] I had to change them to...
question, when you send the data to be written the function does not return until all data is written, even if using DMA... can this be made to exit the...
Seems I can not have multiple canvas's Tried: GFXcanvas c1(32, 16); GFXcanvas c2(32, 16); When I access c2.fillRect(), it actually puts data in buffer from c1.... ?? :-) RichardS