AnthonyMyatt.Net

Results 6 comments of AnthonyMyatt.Net

Thanks Nick. Would be fantastic. I might take a look at it and see if I can come up with anything. Let me know if you work something out first....

I've come up with the following solution. It works and doesn't appear to impact overall performance since it's only rendering the required number of pixels to get the color average...

Or a colored version: ``` objective-c - (UIColor *) contrastingTextColorForRect:(CGRect)rect { UIColor *averageBackColor = [self colorAverageForRect:rect]; CGColorRef oldCGColor = averageBackColor.CGColor; size_t numberOfComponents = CGColorGetNumberOfComponents(oldCGColor); // can not invert - the...

Implementation of the waveform functions is being discussed in #38. I'm happy to look at implementing the gpioSerialRead* functions once I'm done with waveforms.

I agree, will do them as seperate PRs.