Last commit 24 Feb 2011
Description: a version of 4DGL with a minor change for the uVGAII 640 by 480 res
TFT_4DGL Class Reference
Example: More...
#include <TFT_4DGL.h>
Detailed Description
Example:
// Display a white circle on the screen #include "mbed.h" #include " TFT_4DGL.h" TFT_4GDL myLCD(p9,p10,p11); int main() { myLCD.circle(120, 160, 80, WHITE); }
Definition at line 174 of file TFT_4DGL.h.
