My FT800 lib
Diff: FT_Gpu.h
- Revision:
- 2:ab74a9a05970
- Parent:
- 0:5e013296b353
- Child:
- 7:beba364d8636
--- a/FT_Gpu.h Fri Jan 03 23:08:43 2014 +0000 +++ b/FT_Gpu.h Sat Jan 04 13:56:38 2014 +0000 @@ -1,3 +1,8 @@ +/* mbed Library for FTDI FT800 Enbedded Video Engine "EVE" + * based on Original Code Sample from FTDI + * ported to mbed by Peter Drescher, DC2PD 2014 + * Released under the MIT License: http://mbed.org/license/mit */ + #ifndef _FT_GPU_H_ #define _FT_GPU_H_ @@ -17,14 +22,6 @@ #define BARGRAPH 11UL #define BILINEAR 1UL #define BITMAPS 1UL -#define POINTS 2UL -#define LINES 3UL -#define LINE_STRIP 4UL -#define EDGE_STRIP_R 5UL -#define EDGE_STRIP_L 6UL -#define EDGE_STRIP_A 7UL -#define EDGE_STRIP_B 8UL -#define RECTS 9UL #define BORDER 0UL #define CMDBUF_SIZE 4096UL @@ -137,6 +134,7 @@ #define OPT_RIGHTX 2048UL #define OPT_SIGNED 256UL #define PALETTED 8UL +#define POINTS 2UL #define FTPOINTS 2UL #define RECTS 9UL