bitbank2 / OneBitDisplay

A full featured Arduino display library for 1-bit per pixel OLED, LCD and e-paper displays
Apache License 2.0
195 stars 21 forks source link

rlottie widget for OneBitDisplay #21

Closed ajsb85 closed 2 years ago

ajsb85 commented 3 years ago

Allows to use rlottie animations in OneBitDisplay

You can use Samsung/rlottie library with C-api header

Best regards.

Ref: https://github.com/Samsung/rlottie/issues/484

bitbank2 commented 2 years ago

I would prefer if you write your own code to render rlottie graphics into a buffer and then use my library to display those pixels. I don't plan on integrating external features like this.