Skip to content
Snippets Groups Projects
Commit b26354cf authored by Heiko Schocher's avatar Heiko Schocher Committed by Tom Rini
Browse files

video: add formike lcd panel init


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Tom Rini <trini@ti.com>
Acked-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 988ea355
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ COBJS-$(CONFIG_VIDEO_SM501) += sm501.o ...@@ -40,6 +40,7 @@ COBJS-$(CONFIG_VIDEO_SM501) += sm501.o
COBJS-$(CONFIG_VIDEO_SMI_LYNXEM) += smiLynxEM.o videomodes.o COBJS-$(CONFIG_VIDEO_SMI_LYNXEM) += smiLynxEM.o videomodes.o
COBJS-$(CONFIG_VIDEO_TEGRA) += tegra.o COBJS-$(CONFIG_VIDEO_TEGRA) += tegra.o
COBJS-$(CONFIG_VIDEO_VCXK) += bus_vcxk.o COBJS-$(CONFIG_VIDEO_VCXK) += bus_vcxk.o
COBJS-$(CONFIG_FORMIKE) += formike.o
COBJS := $(sort $(COBJS-y)) COBJS := $(sort $(COBJS-y))
SRCS := $(COBJS:.o=.c) SRCS := $(COBJS:.o=.c)
......
This diff is collapsed.
...@@ -63,4 +63,8 @@ void video_position_cursor(unsigned col, unsigned row); ...@@ -63,4 +63,8 @@ void video_position_cursor(unsigned col, unsigned row);
/* Clear the display */ /* Clear the display */
void video_clear(void); void video_clear(void);
#if defined(CONFIG_FORMIKE)
int kwh043st20_f01_spi_startup(unsigned int bus, unsigned int cs,
unsigned int max_hz, unsigned int spi_mode);
#endif
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment