Application | This example code uses the EBI to drive synchronous signal LCD panel. |
BSP Version | M55M1_Series_BSP_CMSIS_V3.01.001 |
Hardware | NuMaker-M55M1 V1.0 |
The commonly used LCD interface for microcontrollers (MCUs) is the MPU-type LCD. Since the MPU-type LCDs integrate a built-in controller and display memory, they are generally more expensive than Sync-type LCDs.This example code utilizes the EBI (External Bus Interface) supported by the M55M1 series MCUs, combined with a PDMA or GDMA controller, to implement a self-refreshing display function for driving a Sync-type LCD.
You can download the sample code at EC_M55M1_Driving_Sync_Signal_LCD_Panel_via_EBI_V1.00