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 ST

Revision:
9:62df0b9df08d
Parent:
7:9276134bb25e
Child:
10:1e21661f4e04
--- a/logos.h	Tue Mar 20 16:19:27 2018 +0000
+++ b/logos.h	Tue Mar 20 16:41:14 2018 +0000
@@ -8,15 +8,15 @@
 /* Includes ------------------------------------------------------------------*/
 #include <stdint.h>
 
-extern uint8_t big_fastlite_logo_68_302[];
+extern const uint8_t big_fastlite_logo_68_302[];
 
-extern uint8_t fastlite_logo_90_20[];
+extern const uint8_t fastlite_logo_90_20[];
 
-extern uint8_t fastlite_logo_landscape_90_20[];
+extern const uint8_t fastlite_logo_landscape_90_20[];
 
-extern uint8_t fringeezz_logo_landscape_124_49[];
+extern const uint8_t fringeezz_logo_landscape_124_49[];
 
-extern uint8_t big_fringezz_logo_91_233[];
+extern const uint8_t big_fringezz_logo_91_233[];
 
 #ifdef __cplusplus
 }