Add SAM3N-EK board and example preset.
[bertos.git] / boards / sam3n-ek / examples / display / bitmaps.h
1
2 #define BMP_LOGO_WIDTH  176
3 #define BMP_LOGO_HEIGHT 86
4
5 #define BMP_THINKING_WIDTH  176
6 #define BMP_THINKING_HEIGHT 220
7
8 extern const char bmp_logo[];
9 extern const char bmp_thinking[];
10