2014-05-16 01:10 AM
Hi,
we want to use STemWin v5.22 in the development of a GUI application with a LCD controlled by Ultrachip UC1698G, but the only driver available display drivers seem to be GUIDRV_FlexColor and GUIDRV_Lin, as stated inhttp://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF259225
. However, the user guide pdf included in the package under Libraries\STemWinLibrary522\Documentation makes reference to the driver GUIDRV_UC1698G just added in v5.22 according to the release notes in page 3. But this seems to be the Segger emWin (not ST) user guide, am I right? This would explain also why we get an undefined symbol error at linkage when calling the library function GUI_TTF_CreateFont() in order to import a TTF font. This is also seemingly unsupported in the ST licensed version of the library, isn't it?Thank you for any info you can provide to clarify this confusion!
Regards, Alfonso. #stemwin #gui #uc1698 #display2014-06-09 06:02 AM
Hi Alfonso,
You can't use the GUI_TTF_CreateFont() API since it is not available in the STemWin 5.22, but rather in the STemWin 5.24 which will be available starting from STM32CubeF4 V1.2.0 release planned early July.With regards.2015-02-02 07:01 AM
2015-02-02 07:58 AM
Hi,
Please create a new forum post to add your STemWin request, so that our support team can deal with it separetly. With regards, Heisenberg.2015-03-31 12:23 AM
Hi.
Today I switch from STemWin-library based on version 5.22 to 5.26 (comes up with stm32f4cube-bundle). The problem is always the same. Linker can not find GUI_TTF API-functions althought it is still specified in ST-documentation. Is there any statement from ST?2015-09-17 01:43 AM
Hello,
In our project, we also need to use the GUI_TTF APIs, but using STM32Cube 1.8 with STemWin 5.28, it appears that the functions are still not defined. Any news from ST ? Thanks2015-11-06 01:59 AM
Hi dank.ril,
GUI_TTF APIs are available since version 5.24.If you aim to use them, you have to add FreeType font library to your StemWin application as indicated in the section 11.3.5 of the user guide .-Shahrzad-