A simple demonstration of the DISCO-F746NG LCD, TouchScreen and MCP3221 I2C ADC.

Dependencies:   BSP_DISCO_F746NG LCD_DISCO_F746NG MCP3221 TS_DISCO_F746NG mbed

Fork of DISCO-F746NG_LCD_demo by ST

Peter.h

Committer:
pampt
Date:
2017-02-02
Revision:
7:0d47aa3f72a7
Parent:
4:16afa8576091

File content as of revision 7:0d47aa3f72a7:

/*********************************************************************
*               SEGGER MICROCONTROLLER GmbH & Co. KG                 *
*       Solutions for real time microcontroller applications         *
**********************************************************************
*                                                                    *
*       (c) 2002 - 2015  SEGGER Microcontroller GmbH & Co. KG        *
*                                                                    *
*       www.segger.com     Support: support@segger.com               *
*                                                                    *
**********************************************************************
 
----------------------------------------------------------------------
File    : Peter.h
Purpose : Automatically created from Peter1.bmp using Bin2C.exe
--------  END-OF-HEADER  ---------------------------------------------
*/

#ifndef __PETER_H__
#define __PETER_H__

typedef unsigned char uint8_t;

extern const uint8_t peter_file[10054];

#endif  //__PETER_H__

/****** End Of File *************************************************/