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:
- 8:4601ccd8a927
- Parent:
- 7:a69ac4d39afd
--- a/FT_Gpu_Hal.h Wed Feb 24 14:04:34 2016 +0000 +++ b/FT_Gpu_Hal.h Fri Apr 01 18:31:11 2016 +0000 @@ -254,7 +254,7 @@ ft_void_t Sound_ON(); ft_void_t Sound_OFF(); - int Load_jpg(char* filename, ft_int16_t* x_size, ft_int16_t* y_size); + int Load_jpg(char* filename, ft_int16_t* x_size, ft_int16_t* y_size,ft_uint32_t address); ft_void_t Calibrate(); ft_void_t read_calibrate(ft_uint8_t data[24]); ft_void_t write_calibrate(ft_uint8_t data[24]);