ipsdisplay
2.1.0.0
cmake
ipsdisplay
lib_ipsdisplay
include
ipsdisplay_resources.h
Go to the documentation of this file.
1
#ifndef _IPSDISPLAY_RESOURCES_H_
2
#define _IPSDISPLAY_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 IPSDISPLAY_RESOURCES_INCLUDE_IMG 0
8
13
#if IPSDISPLAY_RESOURCES_INCLUDE_IMG
14
// 'MIKROE' image, 240x135px
15
extern
const
uint16_t ipsdisplay_img_mikroe[ ];
16
#endif
17
18
// 6x12 font
19
extern
const
uint8_t
ipsdisplay_font_6x12
[ ];
20
21
#endif // _IPSDISPLAY_RESOURCES_H_
ipsdisplay_font_6x12
const uint8_t ipsdisplay_font_6x12[]
Memory buffers for 135x240 IPS display.
Generated by
1.8.20