GUIX single frame buffer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

GUIX single frame buffer

752 次查看
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 回复

734 次查看
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 项奖励
回复