Peter Jakobs

Results 17 comments of Peter Jakobs

regarding those ci failures: for the esp32 builds on MacOS, it looks like maybe instead of trying to include arch/esp32/Core/HardwarePWM.h, it tries to include from arch/host? not sure why that...

I have finally gotten around to implement the first bits of the new HardwarePWM class. PWM, Phase Shift and Spread Spectrum now work on both the ESP32 and the ESP32c3...

thanks @mikee47 - I finally figured out that I needed a conditional in the makefile itself. on the library itself - I have it working with phase shift and interrupt...

your best bet would be to look at the fontconvert code, basically, the format uses the minimum amount of bytes to represent all pixels that make up a character. pj

It's been a while since I wrote this code and I think there was some enhancement to it, too. However, I just looked at both the fontconvert as well as...

Hi Mohammad, in short: currently, the implementation in AdafruitGFX by default only handles a seven bit charset. You can create larger font files to contain more glyphs, but that will...

@PaintYourDragon well... what I have (somewhere) is some very basic code to map iso codepages to utf-8 and vice versa. I believe while we could theoretically do something simpler (like:...