olikraus / ucglib

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

missing API procedures #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the following API/member function do not have a documentation:
ucg_t *getUcg(void) 
void setFontMode(ucg_font_mode_fnptr font_mode) 
void undoScale(void)
void setScale2x2(void)
void setMaxClipRange(void)
void drawDisc(ucg_int_t x0, ucg_int_t y0, ucg_int_t rad, uint8_t option) 
void drawCircle(ucg_int_t x0, ucg_int_t y0, ucg_int_t rad, uint8_t option)
void drawTetragon(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, 
int16_t y2, int16_t x3, int16_t y3) 

Original issue reported on code.google.com by olikr...@gmail.com on 9 Mar 2014 at 4:17

GoogleCodeExporter commented 9 years ago
drawDisc and drawCircle added.

Still missing:
ucg_t *getUcg(void) 
void setFontMode(ucg_font_mode_fnptr font_mode) 
void undoScale(void)
void setScale2x2(void)
void setMaxClipRange(void)
void drawTetragon(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, 
int16_t y2, int16_t x3, int16_t y3) 

Original comment by olikr...@gmail.com on 9 Mar 2014 at 4:40

GoogleCodeExporter commented 9 years ago
undoScale and setScale2x2 done,

still missing:
ucg_t *getUcg(void) 
void setFontMode(ucg_font_mode_fnptr font_mode) 
void setMaxClipRange(void)
void drawTetragon(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, 
int16_t y2, int16_t x3, int16_t y3) 

Original comment by olikr...@gmail.com on 9 Mar 2014 at 7:00

GoogleCodeExporter commented 9 years ago
void setFontMode(ucg_font_mode_fnptr font_mode) 

still missing:
ucg_t *getUcg(void) 
void setMaxClipRange(void)
void drawTetragon(int16_t x0, int16_t y0, int16_t x

Original comment by olikr...@gmail.com on 10 Mar 2014 at 9:59

GoogleCodeExporter commented 9 years ago

Done:
ucg_t *getUcg(void) 
void setMaxClipRange(void)

still missing:
void drawTetragon(int16_t x0, int16_t y0, int16_t x

Original comment by olikr...@gmail.com on 11 Mar 2014 at 5:01

GoogleCodeExporter commented 9 years ago
done

Original comment by olikr...@gmail.com on 11 Mar 2014 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 11 Mar 2014 at 5:44