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

Committer:
pampt
Date:
Wed Feb 01 23:07:47 2017 +0000
Revision:
4:16afa8576091
First PA commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pampt 4:16afa8576091 1 /*********************************************************************
pampt 4:16afa8576091 2 * SEGGER MICROCONTROLLER GmbH & Co. KG *
pampt 4:16afa8576091 3 * Solutions for real time microcontroller applications *
pampt 4:16afa8576091 4 **********************************************************************
pampt 4:16afa8576091 5 * *
pampt 4:16afa8576091 6 * (c) 2002 - 2015 SEGGER Microcontroller GmbH & Co. KG *
pampt 4:16afa8576091 7 * *
pampt 4:16afa8576091 8 * www.segger.com Support: support@segger.com *
pampt 4:16afa8576091 9 * *
pampt 4:16afa8576091 10 **********************************************************************
pampt 4:16afa8576091 11
pampt 4:16afa8576091 12 ----------------------------------------------------------------------
pampt 4:16afa8576091 13 File : Peter.h
pampt 4:16afa8576091 14 Purpose : Automatically created from Peter1.bmp using Bin2C.exe
pampt 4:16afa8576091 15 -------- END-OF-HEADER ---------------------------------------------
pampt 4:16afa8576091 16 */
pampt 4:16afa8576091 17
pampt 4:16afa8576091 18 #ifndef __PETER_H__
pampt 4:16afa8576091 19 #define __PETER_H__
pampt 4:16afa8576091 20
pampt 4:16afa8576091 21 typedef unsigned char uint8_t;
pampt 4:16afa8576091 22
pampt 4:16afa8576091 23 extern const uint8_t peter_file[10054];
pampt 4:16afa8576091 24
pampt 4:16afa8576091 25 #endif //__PETER_H__
pampt 4:16afa8576091 26
pampt 4:16afa8576091 27 /****** End Of File *************************************************/
pampt 4:16afa8576091 28