lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 157 forks source link

Accept buffer protocol as string input #120

Closed amirgon closed 3 years ago

amirgon commented 3 years ago

Allow passing bytearray or memoryview where string (char *) is expected.

See forum post