]> git.sur5r.net Git - u-boot/blobdiff - include/configs/stm32f746-disco.h
stm32f7: board: add splash screen
[u-boot] / include / configs / stm32f746-disco.h
index 801980ea3388d2d1742f9392ebf585ec284360e9..8b8a73d0f9ee79a43343c6f1b9e56562ba712418 100644 (file)
 #endif
 /* For SPL ends */
 
+/* For splashcreen */
+#ifdef CONFIG_DM_VIDEO
+#define CONFIG_VIDEO_BMP_RLE8
+#define CONFIG_BMP_16BPP
+#define CONFIG_BMP_24BPP
+#define CONFIG_BMP_32BPP
+#define CONFIG_SPLASH_SCREEN
+#define CONFIG_SPLASH_SCREEN_ALIGN
+#endif
+
 #endif /* __CONFIG_H */