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 RA8875 by
Diff: RA8875.h
- Revision:
- 100:0b084475d5a9
- Parent:
- 99:66edf771373a
- Child:
- 101:e0aad446094a
--- a/RA8875.h Thu Dec 17 12:19:01 2015 +0000 +++ b/RA8875.h Sat Dec 19 15:55:09 2015 +0000 @@ -1745,32 +1745,8 @@ /// float GetBacklight(void); - /// Select a bitmap font (provided by the user) for all subsequent text. - /// - /// @caution This function is deprecated. @see SelectUserFont. - /// - /// @note Tool to create the fonts is accessible from its creator - /// available at http://www.mikroe.com. - /// Change the data to an array of type char[]. - /// - /// This special font array is modified from the mikroe tool output, - /// to include a special 4-byte header, which has this data: - /// - the number of bytes per char - /// - the vertical size in pixels for each character - /// - the horizontal size in pixels for each character - /// - the number of bytes per vertical line (width of the array) - /// - following this special header is the normal data stream. - /// - /// @param[in] font is a pointer to a specially formed font array. - /// @returns error code. - /// - virtual RetCode_t set_font(const unsigned char * font = NULL); - - /// Select a User Font for all subsequent text. /// - /// @note This function is replaces the obsolete function @see set_font. - /// /// @note Tool to create the fonts is accessible from its creator /// available at http://www.mikroe.com. /// For version 1.2.0.0, choose the "Export for TFT and new GLCD"