SWO+USB Serial+TouchScreen Demo
Dependencies: BSP_DISCO_F429ZI LCD_DISCO_F429ZI SWO TS_DISCO_F429ZI USBDEVICE mbed storage_on_flash
Fork of DISCO-F429ZI_LCDTS_demo by
Diff: logos.h
- Revision:
- 6:7812b342d945
- Child:
- 7:9276134bb25e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/logos.h Fri Mar 09 13:27:08 2018 +0000
@@ -0,0 +1,21 @@
+#ifndef __LOGOS_H
+#define __LOGOS_H
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+/* Includes ------------------------------------------------------------------*/
+#include <stdint.h>
+
+
+extern uint8_t logo_fastlite_90_20[];
+
+extern uint8_t logo_fastlite_landscape_90_20[];
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __LOGOS_H */
+
\ No newline at end of file
