-
- Downloads
MLK-12425-2: video: epdc: introduce epdc support
Support EPDC. E-Ink feature is supported by i.MX6DL/SL and i.MX7D. For now this driver only supports i.MX6DL/SL, because the i.MX7D EPDC driver needs pxp support which is not included in U-Boot. Support user defined logo file, if there is no logo file, it will draw a black border around a white screen. If need to enable EPDC, a waveform file is required to let all work. Since we need LCD_MONOCHROME mode for EPDC, we introduce LCD_MONOCHROME support. Please refer to Linux Reference Manual for how to flash WAVEFORM file. Signed-off-by:Peng Fan <peng.fan@nxp.com> Signed-off-by:
Robby Cai <R63905@freescale.com> Signed-off-by:
Nitin Garg <nitin.garg@freescale.com> Signed-off-by:
Ye.Li <B37916@freescale.com> (cherry picked from commit a7244f279cc3c3994bcd103f5e9a183b1075ae71)
Showing
- board/freescale/common/Makefile 1 addition, 0 deletionsboard/freescale/common/Makefile
- board/freescale/common/epdc_setup.c 219 additions, 0 deletionsboard/freescale/common/epdc_setup.c
- common/lcd.c 8 additions, 8 deletionscommon/lcd.c
- common/lcd_console.c 19 additions, 2 deletionscommon/lcd_console.c
- drivers/video/Kconfig 12 additions, 0 deletionsdrivers/video/Kconfig
- drivers/video/Makefile 1 addition, 0 deletionsdrivers/video/Makefile
- drivers/video/mxc_epdc_fb.c 464 additions, 0 deletionsdrivers/video/mxc_epdc_fb.c
- include/common.h 3 additions, 0 deletionsinclude/common.h
- include/lcd.h 77 additions, 1 deletioninclude/lcd.h
- include/mxc_epdc_fb.h 565 additions, 0 deletionsinclude/mxc_epdc_fb.h
Loading
Please register or sign in to comment