Search Results
Search results 1-5 of 5.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, I have an issue with the GUI_IsInFont() function. As I understand the documentation, it should return 0 if and only if a given character is not present in the given font. However, for XBF fonts I've made the following observations: 1. If the char is available in the font, the function returns 1 -> OK 2. If the code of the char is between the code of the first char in the font and that of the last char in the font, and the char is not available in the font, the function returns 0 -> OK 3. …
-
Hello forum, we're planning to use embOS for the Renesas RX and are currently evaluating different toolchains. While the embOS trial for RX and the HEW toolchain works fine, I'm having trouble with the IAR version. I'm using the embOS trial for Renesas RX and IAR compiler v3.82b1 and the IAR Embedded Workbench for Renesas RX v2.10. The rtos*.r54 libs provided with the embOS trial cannot be read by the IAR linker. Since the embOS trial was apparently made for some older version of IAR (according …