Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Draw2D.h
00001 00002 extern void draw_Line(int x1, int y1, int x2, int y2, uint16_t fg_color, uint16_t bg_color); 00003 00004 extern void draw_Circle(int xc, int yc, int r, uint16_t fg_color, uint16_t bg_color); 00005 00006 extern void draw_Rectangle(int x0, int y0, int x1, int y1, uint16_t fg_color, uint16_t bg_color); 00007 00008 extern void fill_Rectangle(int x0, int y0, int x1, int y1, uint16_t fg_color, uint16_t bg_color); 00009 00010 extern void draw_Triangle(int x0, int y0, int x1, int y1, int x2, int y2, uint16_t fg_color, uint16_t bg_color); 00011 00012
Generated on Tue Jul 19 2022 23:30:17 by
1.7.2