Replies: 2 comments 1 reply
-
While you are correct that there is very little documentation included here, the reason is that most of the functions are implemented exactly as described in the FT81x / BT81x programming guides and they are not doing anything functional, they just provide a way to send a stream of bytes in the required format to the chip. And Bridgetek provides the documentation: That said, what the number for the font actually refers to is a bitmap-handle and there 32 of them so the range is 0-31. And the only way to mix different font sizes is to use separate commands. With BT81x though UTF-8 custom fonts are possible. The CMD_SETFONT2 is used to register a custom font with a bitmap-handle. |
Beta Was this translation helpful? Give feedback.
-
Oh sorry, I had NewHavens docs and they were just different. Their library is implemented a lot differently. Looking at the BRT docs I understand why you have it the way you do. Looks like I need to create a new font, I'm on an FT812, I will have look and see if I can figure out that process. If I can figure out how to get a large font, I think I have the rest sorted out. |
Beta Was this translation helpful? Give feedback.
-
Trying to figure out how the library handles the fonts. EVE_cmd_text_burst() takes "int16_t font" but there is not reference to what that variable refers too? The examples only use 26 to 29, others seem to just draw boxes. I found some functions for loading fonts but nothing about controlling the size.
Are the loaded font/fonts a fixed size or is there a way to control them in the display list?
Is it possible to mix a very large font size with a small size?
Beta Was this translation helpful? Give feedback.
All reactions