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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers logos.h Source File

logos.h

00001 #ifndef __LOGOS_H
00002 #define __LOGOS_H
00003 
00004 #ifdef __cplusplus
00005  extern "C" {
00006 #endif
00007 
00008 /* Includes ------------------------------------------------------------------*/
00009 #include <stdint.h>
00010 
00011 extern uint8_t const big_fastlite_logo_68_302[];
00012 
00013 extern uint8_t const fastlite_logo_90_20[];
00014 
00015 extern uint8_t const fastlite_logo_landscape_90_20[];
00016 
00017 extern uint8_t const fringeezz_logo_landscape_124_49[];
00018 
00019 extern uint8_t const big_fringezz_logo_91_233[];
00020 
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024   
00025 #endif /* __LOGOS_H */
00026