ipsdisplay2
2.1.0.0
cmake
ipsdisplay2
lib_ipsdisplay2
include
ipsdisplay2_resources.h
Go to the documentation of this file.
1
#ifndef _IPSDISPLAY2_RESOURCES_H_
2
#define _IPSDISPLAY2_RESOURCES_H_
3
#include "stdint.h"
4
5
// Change the value of the following macro to 1 to include image resources.
6
// It's excluded by default to save space for low-memory systems.
7
#define IPSDISPLAY2_RESOURCES_INCLUDE_IMG 0
8
13
#if IPSDISPLAY2_RESOURCES_INCLUDE_IMG
14
// 'MIKROE' image, 240x240px
15
extern
const
uint16_t ipsdisplay2_img_mikroe[ ];
16
#endif
17
18
// 6x12 font
19
extern
const
uint8_t
ipsdisplay2_font_6x12
[ ];
20
21
#endif // _IPSDISPLAY2_RESOURCES_H_
ipsdisplay2_font_6x12
const uint8_t ipsdisplay2_font_6x12[]
Memory buffers for 240x240 IPS display.
Generated by
1.8.20