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.
Diff: src/FT_CoPro_Cmds.cpp
- Revision:
- 7:3b4d59de6398
- Parent:
- 0:2d0ef4830603
- Child:
- 10:6a81aeca25e3
--- a/src/FT_CoPro_Cmds.cpp Mon Oct 03 00:55:18 2016 +0000 +++ b/src/FT_CoPro_Cmds.cpp Tue Nov 15 03:32:56 2016 +0000 @@ -319,6 +319,17 @@ SendCmd( ptr); EndFunc( (FT_CMD_SIZE*3)); } +//Curtis Mattull added this function on 11/14/16, copied from above... +ft_void_t FT800::RomFont( ft_uint32_t rom_slot, ft_uint32_t font) +{ + StartFunc( FT_CMD_SIZE*3); + SendCmd( CMD_ROMFONT); + SendCmd( rom_slot); + SendCmd( font); + EndFunc( (FT_CMD_SIZE*3)); +} + + ft_void_t FT800::Logo( ) { StartFunc( FT_CMD_SIZE*1);