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
logos.h
- Committer:
- pierrebizouard
- Date:
- 2018-03-20
- Revision:
- 9:62df0b9df08d
- Parent:
- 7:9276134bb25e
- Child:
- 10:1e21661f4e04
File content as of revision 9:62df0b9df08d:
#ifndef __LOGOS_H
#define __LOGOS_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include <stdint.h>
extern const uint8_t big_fastlite_logo_68_302[];
extern const uint8_t fastlite_logo_90_20[];
extern const uint8_t fastlite_logo_landscape_90_20[];
extern const uint8_t fringeezz_logo_landscape_124_49[];
extern const uint8_t big_fringezz_logo_91_233[];
#ifdef __cplusplus
}
#endif
#endif /* __LOGOS_H */
