GUIX single frame buffer

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

GUIX single frame buffer

735件の閲覧回数
vipuljain91
Contributor I

I am working on MIMXRT1062 board . I took the reference of example code of "EVK-MIMXRT1060-guix_washing_machine". In this example it is using two frame buffer of 480*270 pixel for LCD. 

The board I am using has display of 320*480 resolution, and I have to use single frame buffer only.

Please guide me what are the necessary changes I need to made for this. 

0 件の賞賛
返信
1 返信

717件の閲覧回数
RaRo
NXP TechSupport
NXP TechSupport

Hello @vipuljain91,

You could try modifying those values in display_support.h file:

RaulRomero_1-1679424646925.png

[guix_washing_machine -> board -> display_support.h]

Please modify the DEMO_PANEL_WIDTH, DEMO_PANEL_HEIGHT, and DEMO_BUFFER_COUNT (lines 25 to 29) to the values your display has. Example:

#define DEMO_PANEL_WIDTH 320
#define DEMO_PANEL_HEIGHT 480

#define DEMO_BUFFER_COUNT 1

Hope this helps.

Best regards, Raul.

0 件の賞賛
返信