Lepton sensor on the DISCO-F746NG board. Based on the rapberry_pi example code at https://github.com/groupgets/LeptonModule

Dependencies:   mbed-src BSP_DISCO_F746NG LCD_DISCO_F746NG

palettes.h

Committer:
pryd
Date:
2015-12-09
Revision:
3:3b3517e9fa11

File content as of revision 3:3b3517e9fa11:

#ifndef PALETTES_H
#define PALETTES_H

extern const int colormap_rainbow[];
extern const int colormap_grayscale[];
extern const int colormap_ironblack[];

#endif