STM32Cube BSP FW for STM32F769I-Discovery
Dependents: mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more
Utilities/Fonts/fonts.h@8:d13d7c447539, 2019-11-15 (annotated)
- Committer:
- Jerome Coutant
- Date:
- Fri Nov 15 14:50:16 2019 +0100
- Revision:
- 8:d13d7c447539
- Parent:
- 0:c0f3bbab73d2
Correct warning
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jerome Coutant
0:c0f3bbab73d2
|
1
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
2
|
******************************************************************************
|
|
Jerome Coutant
0:c0f3bbab73d2
|
3
|
* @file fonts.h
|
|
Jerome Coutant
0:c0f3bbab73d2
|
4
|
* @author MCD Application Team
|
|
Jerome Coutant
0:c0f3bbab73d2
|
5
|
* @version V1.0.0
|
|
Jerome Coutant
0:c0f3bbab73d2
|
6
|
* @date 18-February-2014
|
|
Jerome Coutant
0:c0f3bbab73d2
|
7
|
* @brief Header for fonts.c file
|
|
Jerome Coutant
0:c0f3bbab73d2
|
8
|
******************************************************************************
|
|
Jerome Coutant
0:c0f3bbab73d2
|
9
|
* @attention
|
|
Jerome Coutant
0:c0f3bbab73d2
|
10
|
*
|
|
Jerome Coutant
0:c0f3bbab73d2
|
11
|
* <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
|
|
Jerome Coutant
0:c0f3bbab73d2
|
12
|
*
|
|
Jerome Coutant
0:c0f3bbab73d2
|
13
|
* Redistribution and use in source and binary forms, with or without modification,
|
|
Jerome Coutant
0:c0f3bbab73d2
|
14
|
* are permitted provided that the following conditions are met:
|
|
Jerome Coutant
0:c0f3bbab73d2
|
15
|
* 1. Redistributions of source code must retain the above copyright notice,
|
|
Jerome Coutant
0:c0f3bbab73d2
|
16
|
* this list of conditions and the following disclaimer.
|
|
Jerome Coutant
0:c0f3bbab73d2
|
17
|
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
Jerome Coutant
0:c0f3bbab73d2
|
18
|
* this list of conditions and the following disclaimer in the documentation
|
|
Jerome Coutant
0:c0f3bbab73d2
|
19
|
* and/or other materials provided with the distribution.
|
|
Jerome Coutant
0:c0f3bbab73d2
|
20
|
* 3. Neither the name of STMicroelectronics nor the names of its contributors
|
|
Jerome Coutant
0:c0f3bbab73d2
|
21
|
* may be used to endorse or promote products derived from this software
|
|
Jerome Coutant
0:c0f3bbab73d2
|
22
|
* without specific prior written permission.
|
|
Jerome Coutant
0:c0f3bbab73d2
|
23
|
*
|
|
Jerome Coutant
0:c0f3bbab73d2
|
24
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
Jerome Coutant
0:c0f3bbab73d2
|
25
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
Jerome Coutant
0:c0f3bbab73d2
|
26
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
Jerome Coutant
0:c0f3bbab73d2
|
27
|
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
Jerome Coutant
0:c0f3bbab73d2
|
28
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
Jerome Coutant
0:c0f3bbab73d2
|
29
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
Jerome Coutant
0:c0f3bbab73d2
|
30
|
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
Jerome Coutant
0:c0f3bbab73d2
|
31
|
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
Jerome Coutant
0:c0f3bbab73d2
|
32
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
Jerome Coutant
0:c0f3bbab73d2
|
33
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
Jerome Coutant
0:c0f3bbab73d2
|
34
|
*
|
|
Jerome Coutant
0:c0f3bbab73d2
|
35
|
******************************************************************************
|
|
Jerome Coutant
0:c0f3bbab73d2
|
36
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
37
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
38
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
39
|
#ifndef __FONTS_H
|
|
Jerome Coutant
0:c0f3bbab73d2
|
40
|
#define __FONTS_H
|
|
Jerome Coutant
0:c0f3bbab73d2
|
41
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
42
|
#ifdef __cplusplus
|
|
Jerome Coutant
0:c0f3bbab73d2
|
43
|
extern "C" {
|
|
Jerome Coutant
0:c0f3bbab73d2
|
44
|
#endif
|
|
Jerome Coutant
0:c0f3bbab73d2
|
45
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
46
|
/* Includes ------------------------------------------------------------------*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
47
|
#include <stdint.h>
|
|
Jerome Coutant
0:c0f3bbab73d2
|
48
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
49
|
/** @addtogroup Utilities
|
|
Jerome Coutant
0:c0f3bbab73d2
|
50
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
51
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
52
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
53
|
/** @addtogroup STM32_EVAL
|
|
Jerome Coutant
0:c0f3bbab73d2
|
54
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
55
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
56
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
57
|
/** @addtogroup Common
|
|
Jerome Coutant
0:c0f3bbab73d2
|
58
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
59
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
60
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
61
|
/** @addtogroup FONTS
|
|
Jerome Coutant
0:c0f3bbab73d2
|
62
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
63
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
64
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
65
|
/** @defgroup FONTS_Exported_Types
|
|
Jerome Coutant
0:c0f3bbab73d2
|
66
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
67
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
68
|
typedef struct _tFont
|
|
Jerome Coutant
0:c0f3bbab73d2
|
69
|
{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
70
|
const uint8_t *table;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
71
|
uint16_t Width;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
72
|
uint16_t Height;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
73
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
74
|
} sFONT;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
75
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
76
|
extern sFONT Font24;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
77
|
extern sFONT Font20;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
78
|
extern sFONT Font16;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
79
|
extern sFONT Font12;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
80
|
extern sFONT Font8;
|
|
Jerome Coutant
0:c0f3bbab73d2
|
81
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
82
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
83
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
84
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
85
|
/** @defgroup FONTS_Exported_Constants
|
|
Jerome Coutant
0:c0f3bbab73d2
|
86
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
87
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
88
|
#define LINE(x) ((x) * (((sFONT *)BSP_LCD_GetFont())->Height))
|
|
Jerome Coutant
0:c0f3bbab73d2
|
89
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
90
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
91
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
92
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
93
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
94
|
/** @defgroup FONTS_Exported_Macros
|
|
Jerome Coutant
0:c0f3bbab73d2
|
95
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
96
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
97
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
98
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
99
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
100
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
101
|
/** @defgroup FONTS_Exported_Functions
|
|
Jerome Coutant
0:c0f3bbab73d2
|
102
|
* @{
|
|
Jerome Coutant
0:c0f3bbab73d2
|
103
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
104
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
105
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
106
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
107
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
108
|
#ifdef __cplusplus
|
|
Jerome Coutant
0:c0f3bbab73d2
|
109
|
}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
110
|
#endif
|
|
Jerome Coutant
0:c0f3bbab73d2
|
111
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
112
|
#endif /* __FONTS_H */
|
|
Jerome Coutant
0:c0f3bbab73d2
|
113
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
114
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
115
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
116
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
117
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
118
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
119
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
120
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
121
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
122
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
123
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
124
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
125
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
126
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
127
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
128
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
129
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
130
|
/**
|
|
Jerome Coutant
0:c0f3bbab73d2
|
131
|
* @}
|
|
Jerome Coutant
0:c0f3bbab73d2
|
132
|
*/
|
|
Jerome Coutant
0:c0f3bbab73d2
|
133
|
|
|
Jerome Coutant
0:c0f3bbab73d2
|
134
|
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
|