MAX32650 Peripheral Driver API
Peripheral Driver API for the MAX32650
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Color LCD (CLCD)

Modules

 CLCD_Registers
 

Data Structures

struct  mxc_clcd_cfg_t
 

Enumerations

enum  mxc_clcd_bpp_t
 

Functions

int MXC_CLCD_Init (mxc_clcd_cfg_t *cfg)
 
int MXC_CLCD_Shutdown (void)
 
int MXC_CLCD_ConfigPanel (mxc_clcd_cfg_t *cfg)
 
int MXC_CLCD_Enable (void)
 
int MXC_CLCD_Disable (void)
 
int MXC_CLCD_SetFrameAddr (void *addr)
 

Detailed Description


Data Structure Documentation

◆ mxc_clcd_cfg_t

struct mxc_clcd_cfg_t

Structure type for configuring the CLCD peripheral.

Enumeration Type Documentation

◆ mxc_clcd_bpp_t

Enumeration type for setting the number Bits per Pixel for the LCD screen

Enumerator
MXC_BPP1 

1 Bits per Pixel.

MXC_BPP2 

2 Bits per Pixel.

MXC_BPP4 

4 Bits per Pixel.

MXC_BPP8 

8 Bits per Pixel.

MXC_BPP16 

16 Bits per Pixel.

MXC_BPP24 

24 Bits per Pixel.

Function Documentation

◆ MXC_CLCD_ConfigPanel()

int MXC_CLCD_ConfigPanel ( mxc_clcd_cfg_t cfg)

Configure CLCD frame module.

Parameters
cfgThe clcd configuration
Returns
E_NO_ERROR if successful, appropriate error otherwise

◆ MXC_CLCD_Disable()

int MXC_CLCD_Disable ( void  )

Disable CLCD module.

Returns
E_NO_ERROR if successful, appropriate error otherwise

◆ MXC_CLCD_Enable()

int MXC_CLCD_Enable ( void  )

Enable CLCD module.

Returns
E_NO_ERROR if successful, appropriate error otherwise

◆ MXC_CLCD_Init()

int MXC_CLCD_Init ( mxc_clcd_cfg_t cfg)

Initialize the clcd.

Parameters
cfgThe clcd configuration
Returns
E_NO_ERROR if successful, appropriate error otherwise

◆ MXC_CLCD_SetFrameAddr()

int MXC_CLCD_SetFrameAddr ( void *  addr)

Set CLCD frame module.

Parameters
addrThe frame address
Returns
E_NO_ERROR if successful, appropriate error otherwise

◆ MXC_CLCD_Shutdown()

int MXC_CLCD_Shutdown ( void  )

Shutdown CLCD module.

Returns
E_NO_ERROR if successful, appropriate error otherwise