Dean Reading

Results 12 comments of Dean Reading

I've spent a long time debugging and found that it's a similar issue. My Teensy4.0 would crash when: - I compiled the program with FlexCAN_T4 included in more than 1...

It would be possible to run the update function on an interrupt rather than through the loop() function. I have not included this in the library because the timers available...

You need to set up a regular timed interrupt, running @ at least 500Hz (every 2 ms or less). Here's an Instructable for the arduino Uno: https://www.instructables.com/Arduino-Timer-Interrupts/ Call `refreshDisplay `inside...

Hi, There is no native support for this. If I were you, I would treat L1,L2,L3 as DIGIT 0, where segments A,B,C correspond to L1,L2,L3. You can then call `setNumber()`...

My Obsidian just updated to v1.3.3, and it has the same rending issue. Indents also appear to be broken in this side bar.

My Obsidian just updated to 1.34 and it's now fixed on my end as well :)

Thanks @pureby, that's really helpful to know. I guess it's a lot harder to decide on the best JPEG quality. More advanced decision making could consider the original image's quality...

I disagree that the quality should always be 100. - Say you take a photo on your phone. - It's then uploaded to Google photos and compressed. - You download...

That makes sense. With this setup, SevSeg reads in 8 pin numbers, where the 8th pin number is not defined. I could and probably should make the interface more strict...

Yep that's exactly right. Your idea of maintaining the old begin function for backwards compatibility is a great one. I think that it needs a new begin function that takes...