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.
Dependencies: mbed
Fork of myiot by
include/Draw2D.h@2:56d35caf6a03, 2016-06-22 (annotated)
- Committer:
- ittraining
- Date:
- Wed Jun 22 06:24:53 2016 +0000
- Revision:
- 2:56d35caf6a03
- Parent:
- 0:94c1a94c5a47
for test
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ittraining | 0:94c1a94c5a47 | 1 | |
| ittraining | 0:94c1a94c5a47 | 2 | extern void draw_Line(int x1, int y1, int x2, int y2, uint16_t fg_color, uint16_t bg_color); |
| ittraining | 0:94c1a94c5a47 | 3 | |
| ittraining | 0:94c1a94c5a47 | 4 | extern void draw_Circle(int xc, int yc, int r, uint16_t fg_color, uint16_t bg_color); |
| ittraining | 0:94c1a94c5a47 | 5 | |
| ittraining | 0:94c1a94c5a47 | 6 | extern void draw_Rectangle(int x0, int y0, int x1, int y1, uint16_t fg_color, uint16_t bg_color); |
| ittraining | 0:94c1a94c5a47 | 7 | |
| ittraining | 0:94c1a94c5a47 | 8 | extern void fill_Rectangle(int x0, int y0, int x1, int y1, uint16_t fg_color, uint16_t bg_color); |
| ittraining | 0:94c1a94c5a47 | 9 | |
| ittraining | 0:94c1a94c5a47 | 10 | extern void draw_Triangle(int x0, int y0, int x1, int y1, int x2, int y2, uint16_t fg_color, uint16_t bg_color); |
| ittraining | 0:94c1a94c5a47 | 11 | |
| ittraining | 0:94c1a94c5a47 | 12 |
