This is a library for 4DGL screens from 4D Systems in Autralia (http://www.4dsystems.com.au). Most graphic, touch and text functions are supported
Dependents: Conways_Game_Life uVGAII_demo 4DGLtest_CalSol uVGA_4180
Diff: TFT_4DGL.h
- Revision:
- 5:52d54f5b52cd
- Parent:
- 4:6726016634ab
- Child:
- 6:d0dca0ddc329
diff -r 6726016634ab -r 52d54f5b52cd TFT_4DGL.h --- a/TFT_4DGL.h Sun Oct 17 09:45:39 2010 +0000 +++ b/TFT_4DGL.h Sun Oct 17 09:53:50 2010 +0000 @@ -188,13 +188,17 @@ /** Launch Autobaud for serial communication */ void autobaud(); -/** Set serail Baud rate (both sides : screen and mbed) +/** Set serial Baud rate (both sides : screen and mbed) * * @param Speed Correct BAUD value (see TFT_4DGL.h) */ - void baudrate(int); + void baudrate(int speed); - void background_color(int); +/** Set background color to the specified value +* +* @param color in HEX RGB like 0xFF00FF +*/ + void background_color(int color); void display_control(char, char);