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

Revision:
4:16afa8576091
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Peter.h	Wed Feb 01 23:07:47 2017 +0000
@@ -0,0 +1,28 @@
+/*********************************************************************
+*               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 *************************************************/
+