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 FT800_3 by
Diff: FT_Gpu_Hal.h
- Revision:
- 6:16e22c789f7d
- Parent:
- 4:363ec27cdfaa
- Child:
- 7:a69ac4d39afd
--- a/FT_Gpu_Hal.h Thu Sep 25 20:32:21 2014 +0000 +++ b/FT_Gpu_Hal.h Tue Feb 10 23:32:22 2015 +0000 @@ -256,6 +256,11 @@ int Load_jpg(char* filename, ft_int16_t* x_size, ft_int16_t* y_size); ft_void_t Calibrate(); + ft_void_t read_calibrate(ft_uint8_t data[24]); + ft_void_t write_calibrate(ft_uint8_t data[24]); + + ft_uint32_t color_rgb(ft_uint8_t red,ft_uint8_t green, ft_uint8_t blue); + ft_uint32_t clear_color_rgb(ft_uint8_t red,ft_uint8_t green, ft_uint8_t blue); }; // end of class