emWIN library use

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

emWIN library use

434 Views
Naresh_
Contributor II

Hello,

Currently, I am going through an example for the CSI module where the captured frames are displayed on to the LCD.

The size is 480x272 which smaller than the total size of LCD. Hence wanted to make use of the full screen by giving some background color to full LCD and also write some useful(readable) data on the remaining part of he LCD.

After adding the emWIN middleware component and the moment GUI_INIT() API is executed the controller throws a HARD_FAULT.

How to incorporate both camera module and emWIN graphics library and achieve the full usage of the screen?

Labels (1)
0 Kudos
1 Reply

422 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @Naresh_,

Have you tried taking a look at the example csi_rgb565 in the SDK? This example shows how to receive the camera data using CSI driver and displays this in the LCD.

Best Regards,

Alexis Andalon

0 Kudos