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

logos.h

Committer:
pierrebizouard
Date:
2018-03-20
Revision:
10:1e21661f4e04
Parent:
9:62df0b9df08d

File content as of revision 10:1e21661f4e04:

#ifndef __LOGOS_H
#define __LOGOS_H

#ifdef __cplusplus
 extern "C" {
#endif

/* Includes ------------------------------------------------------------------*/
#include <stdint.h>

extern uint8_t const big_fastlite_logo_68_302[];

extern uint8_t const fastlite_logo_90_20[];

extern uint8_t const fastlite_logo_landscape_90_20[];

extern uint8_t const fringeezz_logo_landscape_124_49[];

extern uint8_t const big_fringezz_logo_91_233[];

#ifdef __cplusplus
}
#endif
  
#endif /* __LOGOS_H */