Crash of emWin library when text is rotated

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Crash of emWin library when text is rotated

922件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Herrbert on Wed Mar 02 08:01:34 MST 2016
Hi,

I use GUI_DispStringInRectEx to rotate a text.

Here is a simple snippet:
GUI_RECT rect = {0, 0, 300, 300};

GUI_DispStringInRectEx("Text", &rect,
            (GUI_TA_VCENTER | GUI_TA_HCENTER),
            7, GUI_ROTATE_180);


This code works, when called with GUI_ROTATE_0. When it is called with any other value e.g. GUI_ROTATE_180 then a hardfault occures.

I use the following environment:
LP1788 on custom board
Crossworks 2.3.5
Precompiled emWin 5.30c library from NXP

Has anyone else experienced the same problem?

Thanks!
ラベル(1)
0 件の賞賛
返信
1 返信

800件の閲覧回数
lpcware
NXP Employee
NXP Employee
bump
0 件の賞賛
返信