ipsdisplay  2.1.0.0
ipsdisplay_resources.h
Go to the documentation of this file.
1 #ifndef _IPSDISPLAY_RESOURCES_H_
2 #define _IPSDISPLAY_RESOURCES_H_
3 #include "stdint.h"
8 // 'MIKROE' image, 240x135px
9 extern const uint16_t ipsdisplay_img_mikroe[ ];
10 
11 // 6x12 font
12 extern const uint8_t ipsdisplay_font_6x12[ ];
13 
14 #endif // _IPSDISPLAY_RESOURCES_H_
ipsdisplay_font_6x12
const uint8_t ipsdisplay_font_6x12[]
ipsdisplay_img_mikroe
const uint16_t ipsdisplay_img_mikroe[]
Memory buffers for 135x240 IPS display.