Dave Cherry

Results 149 comments of Dave Cherry

It’s still an issue though really because it should not be so sensitive to this. We are looking at ways to avoid this in future releases.

In terms of solving it, we normally work around it by putting faster displays, eg SPI OLED units running at 4 or 10 MHz. Our longer term plan is to...

You could probably use that same yielding u8g2 driver and change yield() to taskManager.yieldForMicros(0) and it would work pretty effectively. When an interrupt occurs task manager pretty much does the...

Many thanks for bringing this up, we'd limped along with slow I2C screens for while in tcMenu. In the next version of it, we now give the option to automatically...

@DavidJRichards many thanks for this, I will apply all the fixes from that branch.

@DavidJRichards the code that you pulled in was GPL which is not really compatible with Apache license, so I reimplemented the state machine a different way, you'll see what I...

Ah yes, another board without the dac, I'll get that added to the header, thanks for confirming.

Fixed by PR to use include check instead of looking for flags.

I’m not really sure how this differs from the existing offset support in analog menu item. That allows values to appear both negative and positive within a range. For example...

I've thought about this more, it's just not possible to merge this as it is, it will break literally everyone using tcMenu, they would need a complete round trip through...