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:
- 2:ab74a9a05970
- Parent:
- 1:bd671a31e765
- Child:
- 3:392d2c733c68
diff -r bd671a31e765 -r ab74a9a05970 FT_Gpu_Hal.h --- a/FT_Gpu_Hal.h Fri Jan 03 23:08:43 2014 +0000 +++ b/FT_Gpu_Hal.h Sat Jan 04 13:56:38 2014 +0000 @@ -9,11 +9,12 @@ * Project: FT800 or EVE compatible silicon * File Description: * This file defines the generic APIs of host access layer for the FT800 or EVE compatible silicon. - * Application shall access FT800 or EVE resources over these APIs,regardless of I2C or SPI protocol. - * I2C and SPI is selected by compiler switch "FT_I2C_MODE" and "FT_SPI_MODE". In addition, there are + * Application shall access FT800 or EVE resources over these APIs. In addition, there are * some helper functions defined for FT800 coprocessor engine as well as host commands. * Rivision History: + * ported to mbed by Peter Drescher, DC2PD 2014 */ + #ifndef FT_GPU_HAL_H #define FT_GPU_HAL_H @@ -231,8 +232,6 @@ ft_void_t Ft_Gpu_CoCmd_Memcrc(ft_uint32_t ptr, ft_uint32_t num, ft_uint32_t result); ft_void_t Ft_Gpu_CoCmd_Logo(); -//ft_void_t Ft_Gpu_CoCmd_Calibrate( ft_uint32_t result); -//ft_void_t Ft_Gpu_CoCmd_Text( ft_int16_t x, ft_int16_t y, ft_int16_t font, ft_uint16_t options, const ft_char8_t* s); ft_void_t Ft_Gpu_Copro_SendCmd( ft_uint32_t cmd); ft_void_t Ft_Gpu_CoCmd_SendStr( const ft_char8_t *s);