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:
- 4:363ec27cdfaa
- Parent:
- 3:392d2c733c68
- Child:
- 6:16e22c789f7d
--- a/FT_Gpu_Hal.h Fri Sep 19 15:56:15 2014 +0000 +++ b/FT_Gpu_Hal.h Sat Sep 20 11:35:43 2014 +0000 @@ -226,7 +226,7 @@ ft_void_t Keys(ft_int16_t x, ft_int16_t y, ft_int16_t w, ft_int16_t h, ft_int16_t font, ft_uint16_t options, const ft_char8_t* s); ft_void_t Dial(ft_int16_t x, ft_int16_t y, ft_int16_t r, ft_uint16_t options, ft_uint16_t val); ft_void_t LoadImage(ft_uint32_t ptr, ft_uint32_t options); - ft_void_t Dlstart(); + ft_void_t DLstart(); ft_void_t Snapshot(ft_uint32_t ptr); ft_void_t ScreenSaver(); ft_void_t Memcrc(ft_uint32_t ptr, ft_uint32_t num, ft_uint32_t result); @@ -243,7 +243,7 @@ ft_uint16_t fifo_Freespace( ); - ft_void_t WrCoCmd_Buffer(ft_uint32_t cmd); + ft_void_t DL(ft_uint32_t cmd); ft_void_t WrDlCmd_Buffer(ft_uint32_t cmd); ft_void_t Flush_DL_Buffer(); ft_void_t Flush_Co_Buffer(); @@ -253,6 +253,9 @@ 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); + ft_void_t Calibrate(); }; // end of class