s-hadinger

Results 171 comments of s-hadinger

Yes. That's the one. I will switch to this method which is simpler

In my experience you need 24KB of CPU native stack to have Freetype run correctly. This gives 3 options: - Resize your main stack's to 24KB - Run `get_glyph_dsc_cb()` in...

This is what I did the first time, because I couldn't increase the main stack. But it's a little more complicated to do.

Everything is explained above. You need at least 24KB of stack when calling Freetype. It's really stretched if you don't have a PSRAM.

This looks like a duplicate from https://github.com/arendst/Tasmota/discussions/16447

If that's the same issue, it is possible to invert Hardware Serial, but it requires an additional parameter that is not present in TasmotaSerial (nor in Arduino if I remember...

Will investigate in a couple of days

Can you guys describe your configuration (especially template) when the crash happens? Also the output of command `I2SConfig`

Unfortunately I don't have any PAR8/PAR16 display... So I can't help

I get your point and looked closer to this new code for fingerprints. I understand your scenario: upgrading from a previous version pre-new algo, to a one that does not...