fixus971
fixus971
Hi. Thanks for answer and good instructions to implement new board family. I have many things to do as you but I want to try to implement this. Thanks
Hi, > What you mean "missing"? I mean that the same program works with multiple hardware configurations: 2 or 4 encoders. Where I have only 2 encoders mounted, the software...
Hi, I agree to have to do the initial configuration test. I would need a bit of memory in the class. I already use the ID register to hold the...
Hi, I also need this function. There is a bug whereby if an encoder is missing and I call updateStatus() All interrupt routines are launched because into that function: _stat...
Hi, thanks for the quick reply. Unfortunately in the example shown: "blueftf" there is no "claimSPI" function. And I didn't enter it because I saw that it is already called...
Now I understand that by setting: dsp_usesSPI () = true SPI (and audio update) is blocked unnecessarily during the graphic update which in my case takes place in the CPU...
I know of the zone update but I have not found it in the lib made by Adafruit. I have found that this update time is 2ms and I think...
Yes: 2ms is only time to send data via SPI. But I limited the updates to 1 frame / sec. then free the SPI bus because I have verified that...
Hi Ed; I discovered the mystery. The problem was hardware on DC(Data/Command) signal sharing with OLED: I thought it was XDCS; instead this is a second CS to differentiate the...
HI. I resolve conflict with oled DC pin. no more noise on display update. update of 3ms. Testing and stressing.. removing display.. I found a limit of 140ms on vs1053...