diff options
| author | Heiko Schocher <[email protected]> | 2013-08-19 16:39:00 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-08-28 11:44:59 -0400 |
| commit | b26354cfd5371759f93224b8b69335e160bcc686 (patch) | |
| tree | 34a8817a716d4d9527c30a5566560f5ab4313e50 /include | |
| parent | 988ea355018a7060768b8e6ddcee1ffa7cf6351b (diff) | |
video: add formike lcd panel init
Signed-off-by: Heiko Schocher <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Tom Rini <[email protected]>
Acked-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/video.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video.h b/include/video.h index f7e27f8477b..0ff857bc9f5 100644 --- a/include/video.h +++ b/include/video.h @@ -63,4 +63,8 @@ void video_position_cursor(unsigned col, unsigned row); /* Clear the display */ 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 |
