david0126 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

docu for setRGB #197

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
void u8g_SetRGB(u8g_t *u8g, uint8_t r, uint8_t g, uint8_t b)
    void setRGB(uint8_t r, uint8_t g, uint8_t b) { u8g_SetRGB(&u8g, r, g, b); }

ranges are from 0..255

Original issue reported on code.google.com by olikr...@gmail.com on 8 Sep 2013 at 7:29

GoogleCodeExporter commented 8 years ago
done

Original comment by olikr...@gmail.com on 1 Oct 2013 at 9:01