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 FT810 by
Diff: inc/FT_Gpu_Hal.h
- Revision:
- 7:3b4d59de6398
- Parent:
- 0:2d0ef4830603
- Child:
- 10:6a81aeca25e3
--- a/inc/FT_Gpu_Hal.h Mon Oct 03 00:55:18 2016 +0000
+++ b/inc/FT_Gpu_Hal.h Tue Nov 15 03:32:56 2016 +0000
@@ -216,6 +216,7 @@
ft_void_t MemSet(ft_uint32_t ptr, ft_uint32_t value, ft_uint32_t num);
ft_void_t Calibrate(ft_uint32_t result);
ft_void_t SetFont(ft_uint32_t font, ft_uint32_t ptr);
+ ft_void_t RomFont( ft_uint32_t font, ft_uint32_t rom_slot);
ft_void_t Bitmap_Transform(ft_int32_t x0, ft_int32_t y0, ft_int32_t x1, ft_int32_t y1, ft_int32_t x2, ft_int32_t y2, ft_int32_t tx0, ft_int32_t ty0, ft_int32_t tx1, ft_int32_t ty1, ft_int32_t tx2, ft_int32_t ty2, ft_uint16_t result);
ft_void_t GradColor(ft_uint32_t c);
ft_void_t Append(ft_uint32_t ptr, ft_uint32_t num);
