Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | video: consolidate splash screen alignment code | Anatolij Gustschin | 2013-07-08 | -0/+7 |
| | | | | | | | | | | Code for checking "splashpos" environment variable is duplicated in drivers, move it to the common function. Call this function also in the bmp display command to consider "splashpos" settings. Signed-off-by: Anatolij Gustschin <agust@denx.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br> | |||
* | video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO | Robert Winkler | 2013-07-01 | -0/+29 |
Create splash.c/h to put the function and any future common splash screen code in. Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il> |