basgoossen

Results 10 comments of basgoossen

Recording Mono using this lib is pretty simple, just set the number of channels to 1, like so: `this.audioRecorder = new Recorder( inputPoint, {numChannels:1} );` If you change nothing more,...

Hi RodjGaming, Is there a reason you're not just using digitalWrite for this, to control the respective pins? If you want to control brightness of those dots you can also...

I did not check the connection schema carefully enough. My display has a separate anode and cathode for those led's (and is hence using 14 pins instead of 13). i...

Correction, it does not enter an infinite loop, it just crashes the RP2040. (infinite loop was created by adding debug lines and the omitted {} in the infinite for loop...

First of all thanks for your reply! ~~I've tested both proposed solutions, they however do not change the situation. The master in Github indeed is different from the library version...

Hi BitBank2, First i removed the entire #ifdef blocks, but later i also tested removing the 2 occasions of: #define ALLOWS_UNALIGNED In both inflate.c and inffast.c, and i can confirm...

I did check positive brightness values, (between 5 and 100) but that did not make a difference, did not know that negative values were a thing in that function. Currently...

Thanks for the support, replacing the input of setChars to something fixed or even now again using setNumber does not change the issue. I've now checked negative numbers in brightness...

If something is messing with the pins it should be messing with pin 3 of the arduino nano i use as a display controller. But if i comment out sevseg...

Yeah no problem, how can i transfer the file to you? It's work in progress ;)