You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I read and know graphic mode where is used ImageDraw.Draw but I am wonder how use _make_custum function without ImageDraw. It maybe function _make_cutom(img) is used by Image.Draw ???
I found in source code function _make_custom to create own custom characters for HD44780
https://github.com/rm-hull/luma.lcd/blob/master/luma/lcd/device.py#L1417
But I did not find info in documentation how to use this function. Any example ?
I would like to add a few own simple icons, use this function to display with text
The text was updated successfully, but these errors were encountered: