s-hadinger
s-hadinger
I'm favorable to have this special semantics: if two GPIO have the same `PWM` then they are replicating the same behavior. Actually it would make sense to have the same...
I just need to test on ESP8266 before merging
I tested on ESP8266, but it does not expose the same behavior. I.e. the duplication of PWM does not work on ESP8266. I'm annoyed to not have a consistent behavior...
@PGNetHun are you saying this is the expected behavior? It would be better to decode it and not cache it.
My point is that decoding succeeds when cache is set to `0` at compile time (no cache at all) but not when it's set to a non-zero value at compile...
I haven't dived deep into how the cache works, but in a nutshell: - if the cache can accomodate the size of the picture, cache it - if the cache...
I added freetype support to lvgl in Tasmota on Esp32. It runs fine but you need to be cautious about memory and stack size. The default 8kb stack is insufficient...
> > I added freetype support to lvgl in Tasmota on Esp32. > > That's great! Can share some details about how did you port FreeType to ESP32? Sure, and...