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.
Fork of N5110 by
Diff: N5110.h
- Revision:
- 21:837ccf2bb6d3
- Parent:
- 20:9a847cf7585d
--- a/N5110.h Tue May 03 10:37:11 2016 +0000 +++ b/N5110.h Thu May 05 11:33:36 2016 +0000 @@ -322,7 +322,43 @@ * @param fill - 0 transparent (w/outline), 1 filled black, 2 filled white (wo/outline) */ void drawCar (int x0,int y0,int fill); + + /** Draw Car Up Way Down + * + * This function draws a car. + * @param x0 - x-coordinate of origin (top-left) + * @param y0 - y-coordinate of origin (top-left) + * @param fill - 0 transparent (w/outline), 1 filled black, 2 filled white (wo/outline) + */ + void drawCarReverse (int x0,int y0,int fill); + + /** Draw Truck + * + * This function draws a truck. + * @param x0 - x-coordinate of origin (top-left) + * @param y0 - y-coordinate of origin (top-left) + * @param fill - 0 transparent (w/outline), 1 filled black, 2 filled white (wo/outline) + */ + void drawTruck (int x0,int y0,int fill); + /** Draw Van + * + * This function draws a truck. + * @param x0 - x-coordinate of origin (top-left) + * @param y0 - y-coordinate of origin (top-left) + * @param fill - 0 transparent (w/outline), 1 filled black, 2 filled white (wo/outline) + */ + void drawVan (int x0,int y0,int fill); + + /** Draw Motorcycle + * + * This function draws a motorcycle. + * @param x0 - x-coordinate of origin (top-left) + * @param y0 - y-coordinate of origin (top-left) + * @param fill - 0 transparent (w/outline), 1 filled black, 2 filled white (wo/outline) + */ + void drawMotorcycle (int x0,int y0,int fill); + /** Draw Heart Life * * This function draws a car.