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-09
Revision:
6:7812b342d945
Child:
7:9276134bb25e

File content as of revision 6:7812b342d945:

#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 */