configured for beyondtek displays
Fork of FT800_3 by
Diff: FT_Gpu_Hal.h
- Revision:
- 10:39d32e09742d
- Parent:
- 8:4601ccd8a927
--- a/FT_Gpu_Hal.h Thu Jul 21 14:23:25 2016 +0000 +++ b/FT_Gpu_Hal.h Mon Aug 15 15:32:32 2016 +0000 @@ -1,6 +1,11 @@ /*! * \file FT_GPU_HAL.h * + + Curt added Load_raw 7/22/16 + + + * \author FTDI * \date 2013.04.24 * @@ -255,6 +260,10 @@ ft_void_t Sound_OFF(); int Load_jpg(char* filename, ft_int16_t* x_size, ft_int16_t* y_size,ft_uint32_t address); + + //Curt added Load_raw 7/22/16 + int Load_raw(char* filename); + ft_void_t Calibrate(); ft_void_t read_calibrate(ft_uint8_t data[24]); ft_void_t write_calibrate(ft_uint8_t data[24]);