ucglib icon indicating copy to clipboard operation
ucglib copied to clipboard

Needed support to place an Icon beside graphic primitives

Open iltis42 opened this issue 5 years ago • 0 comments

Hi Oli, until now, ucglib supports drawing of graphic primitives, such as lines, boxes, triangles, fonts, etc. What i really miss was some support to draw an icon, e.g. a bluetooth icon, a wifi icon, or any other user supplied icons, maybe read from a bmp file into a consecutive vector of RGB values in memory, containing all row's after each other, something like this: void ucg.drawIcon( int x, int y, int w, int h, char* rgb ); In my opinion this should not be a big thing, may you comment on this ? Best regards, and thanks in advace !

iltis42 avatar Oct 22 '19 11:10 iltis42