LVGL example with lcd 5.5 inch (RK055HDMIPI4M) on evkmimxrt595

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LVGL example with lcd 5.5 inch (RK055HDMIPI4M) on evkmimxrt595

Jump to solution
330 Views
nghi2112
Contributor II

Hello,

I just bought the new lcd 5.5 inch (RK055HDMIPI4M).

I am playing with some LVGL examples as the picture 

Screenshot from 2024-01-08 23-12-35.png

We configured displayport.h as below for my LCD.

#ifndef DEMO_PANEL
#define DEMO_PANEL DEMO_PANEL_RK055AHD091
#endif

Here is picture of evk and lcd

photo1704730620.jpeg

My LCD could not display anything with LVGL examples. Please give me some advice.

Thank you for any help,

Nghi

0 Kudos
1 Solution
297 Views
nghi2112
Contributor II

Dear  Bio,

I bring up lvgl example successfully. I was wrong at configure target of LCD. It is RK055MHD091A0.  

#define DEMO_PANEL_RK055MHD091 4 /* NXP "RK055MHD091A0-CTG MIPI Rectangular Display  */

photo1704882356.jpeg

The web link made me confuse. I checked its datasheet and I figure out it is RK055MHD091A0-CTG

Thanks for your help.

Best regards,

Nghi.

View solution in original post

3 Replies
311 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

Make sure you build and erase and burned the rt, also is possible that the lcd is damage, which error appears in serial console.

Regards

0 Kudos
303 Views
nghi2112
Contributor II

Dear  Bio_TICFSL,

Thanks for your reply.

I would like to inform you that there are not issue related hardware of LCD and flashing, it work well with below lcdif examples such as lcdif_cursor_argb and lcdif_rgb565.

There are no display on all lvgl examples. Would you like confirm that I only do below configure for LCD RK055HDMIPI4M. What else do I do?

#define DEMO_PANEL DEMO_PANEL_RK055AHD091

 

From now, I don't see any error logs in console. I will try to enable some log level of LVGL and feedback you soon.

 

Best regards,

Nghi.

 

 

0 Kudos
298 Views
nghi2112
Contributor II

Dear  Bio,

I bring up lvgl example successfully. I was wrong at configure target of LCD. It is RK055MHD091A0.  

#define DEMO_PANEL_RK055MHD091 4 /* NXP "RK055MHD091A0-CTG MIPI Rectangular Display  */

photo1704882356.jpeg

The web link made me confuse. I checked its datasheet and I figure out it is RK055MHD091A0-CTG

Thanks for your help.

Best regards,

Nghi.