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

Committer:
pierrebizouard
Date:
Tue Mar 20 16:51:40 2018 +0000
Revision:
10:1e21661f4e04
Parent:
9:62df0b9df08d
updated arrays to const

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pierrebizouard 6:7812b342d945 1 #ifndef __LOGOS_H
pierrebizouard 6:7812b342d945 2 #define __LOGOS_H
pierrebizouard 6:7812b342d945 3
pierrebizouard 6:7812b342d945 4 #ifdef __cplusplus
pierrebizouard 6:7812b342d945 5 extern "C" {
pierrebizouard 6:7812b342d945 6 #endif
pierrebizouard 6:7812b342d945 7
pierrebizouard 6:7812b342d945 8 /* Includes ------------------------------------------------------------------*/
pierrebizouard 6:7812b342d945 9 #include <stdint.h>
pierrebizouard 6:7812b342d945 10
pierrebizouard 10:1e21661f4e04 11 extern uint8_t const big_fastlite_logo_68_302[];
pierrebizouard 6:7812b342d945 12
pierrebizouard 10:1e21661f4e04 13 extern uint8_t const fastlite_logo_90_20[];
pierrebizouard 7:9276134bb25e 14
pierrebizouard 10:1e21661f4e04 15 extern uint8_t const fastlite_logo_landscape_90_20[];
pierrebizouard 6:7812b342d945 16
pierrebizouard 10:1e21661f4e04 17 extern uint8_t const fringeezz_logo_landscape_124_49[];
pierrebizouard 7:9276134bb25e 18
pierrebizouard 10:1e21661f4e04 19 extern uint8_t const big_fringezz_logo_91_233[];
pierrebizouard 6:7812b342d945 20
pierrebizouard 6:7812b342d945 21 #ifdef __cplusplus
pierrebizouard 6:7812b342d945 22 }
pierrebizouard 6:7812b342d945 23 #endif
pierrebizouard 6:7812b342d945 24
pierrebizouard 6:7812b342d945 25 #endif /* __LOGOS_H */
pierrebizouard 6:7812b342d945 26