olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

getStrWidth() #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
... is missing in the c++ interface.
C interface: ucg_int_t ucg_GetStrWidth(ucg_t *ucg, const char *s);

Original issue reported on code.google.com by olikr...@gmail.com on 17 Apr 2014 at 5:37

GoogleCodeExporter commented 9 years ago
added   
ucg_int_t getStrWidth(const char *s)
to Ucglib class

Original comment by olikr...@gmail.com on 19 Apr 2014 at 12:17

GoogleCodeExporter commented 9 years ago
update reference manual

Original comment by olikr...@gmail.com on 20 Apr 2014 at 8:03

GoogleCodeExporter commented 9 years ago
done

Original comment by olikr...@gmail.com on 27 Apr 2014 at 4:19