Licence fix

This commit is contained in:
lilian 2016-12-13 13:07:41 +01:00
parent ce9452afff
commit 5132449c8d
3 changed files with 24 additions and 5 deletions

View file

@ -456,7 +456,7 @@ int ssd1306_draw_char(const ssd1306_t *dev, uint8_t *fb, const font_info_t *font
* @param str The string to draw
* @param foreground Character color
* @param background Background color
* @return Width of the string (out-of-display pixels also included) or negative value if error occured
* @return Width of the string or negative value if error occured
*/
int ssd1306_draw_string(const ssd1306_t *dev, uint8_t *fb, const font_info_t *font, uint8_t x, uint8_t y, char *str, ssd1306_color_t foreground, ssd1306_color_t background);