VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
component
ui
tgui
view
template
vsf_tgui_v_port.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright(C)2009-2022 by VSF Team *
3
* *
4
* Licensed under the Apache License, Version 2.0 (the "License"); *
5
* you may not use this file except in compliance with the License. *
6
* You may obtain a copy of the License at *
7
* *
8
* http://www.apache.org/licenses/LICENSE-2.0 *
9
* *
10
* Unless required by applicable law or agreed to in writing, software *
11
* distributed under the License is distributed on an "AS IS" BASIS, *
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
13
* See the License for the specific language governing permissions and *
14
* limitations under the License. *
15
* *
16
****************************************************************************/
17
18
#ifndef __VSF_TINY_GUI_V_PORT_H__
19
#define __VSF_TINY_GUI_V_PORT_H__
20
21
/*============================ INCLUDES ======================================*/
22
23
#include "../../vsf_tgui_cfg.h"
24
25
#if VSF_USE_TINY_GUI == ENABLED \
26
&& VSF_TGUI_CFG_RENDERING_TEMPLATE_SEL == VSF_TGUI_V_TEMPLATE_EXAMPLE
27
28
#define __VSF_DISP_CLASS_INHERIT__
29
#include "
component/ui/disp/vsf_disp.h
"
30
31
/*============================ MACROS ========================================*/
32
33
#ifndef VSF_TGUI_HOR_MAX
34
# define VSF_TGUI_HOR_MAX 800
35
#endif
36
37
#ifndef VSF_TGUI_VER_MAX
38
# define VSF_TGUI_VER_MAX 600
39
#endif
40
41
/*============================ MACROFIED FUNCTIONS ===========================*/
42
43
#define vsf_tgui_vport_init(__vsf_tgui_v_port_ptr)
44
45
/*============================ TYPES =========================================*/
46
47
def_structure
(vsf_tgui_v_port_t)
48
#if __IS_COMPILER_IAR__
49
//please remove this if your structure is not emplty
50
uint8_t
: 8;
51
#endif
52
end_def_structure
(vsf_tgui_v_port_t)
53
54
/*============================ GLOBAL VARIABLES ==============================*/
55
/*============================ PROTOTYPES ====================================*/
56
57
#endif
58
59
#endif
60
/* EOF */
uint8_t
unsigned char uint8_t
Definition
lvgl.h:40
vsf_disp.h
end_def_structure
end_def_structure(vsf_tgui_v_port_t) extern void __vsf_tgui_v_update_dirty_region(vsf_tgui_t *gui_ptr
def_structure
def_structure(vsf_tgui_v_port_t) vk_disp_t *disp
Generated by
1.9.8