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:
7:9276134bb25e
Parent:
6:7812b342d945
Child:
9:62df0b9df08d
--- a/logos.h	Fri Mar 09 13:27:08 2018 +0000
+++ b/logos.h	Fri Mar 16 15:50:21 2018 +0000
@@ -8,10 +8,15 @@
 /* Includes ------------------------------------------------------------------*/
 #include <stdint.h>
 
+extern uint8_t big_fastlite_logo_68_302[];
 
-extern uint8_t logo_fastlite_90_20[];
+extern uint8_t fastlite_logo_90_20[];
+
+extern uint8_t fastlite_logo_landscape_90_20[];
 
-extern uint8_t logo_fastlite_landscape_90_20[];
+extern uint8_t fringeezz_logo_landscape_124_49[];
+
+extern uint8_t big_fringezz_logo_91_233[];
 
 #ifdef __cplusplus
 }