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.
Dependents: Adafruit_SHARP_Memory_Display
Fork of Adafruit-GFX by
Diff: Adafruit_GFX.cpp
- Revision:
- 3:3ffdf181555c
- Parent:
- 1:c2715acb7466
--- a/Adafruit_GFX.cpp Mon May 26 09:14:33 2014 +0000 +++ b/Adafruit_GFX.cpp Tue May 27 10:47:49 2014 +0000 @@ -9,16 +9,13 @@ Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, check license.txt for more information. All text above must be included in any redistribution. - */ /* * Modified by Tatsuki Fukuda 25/5/2014 for use in mbed */ - #include "mbed.h" #include "Adafruit_GFX.h" -#include "glcdfont.h" // Draw a circle outline void Adafruit_GFX::drawCircle(int16_t x0, int16_t y0, int16_t r,
