MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
gfx_canvas_init.h
Go to the documentation of this file.
1 // DOM-IGNORE-BEGIN
2 /*******************************************************************************
3 * Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries.
4 *
5 * Subject to your compliance with these terms, you may use Microchip software
6 * and any derivatives exclusively with Microchip products. It is your
7 * responsibility to comply with third party license terms applicable to your
8 * use of third party software (including open source software) that may
9 * accompany Microchip software.
10 *
11 * THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER
12 * EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED
13 * WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A
14 * PARTICULAR PURPOSE.
15 *
16 * IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE,
17 * INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND
18 * WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS
19 * BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE
20 * FULLEST EXTENT ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS IN
21 * ANY WAY RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT OF FEES, IF ANY,
22 * THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE.
23 *******************************************************************************/
24 // DOM-IGNORE-END
25 
26 /*******************************************************************************
27  GFX GLCD Driver Interface Declarations for Static Single Instance Driver
28 
29  Company:
30  Microchip Technology Inc.
31 
32  File Name:
33  gfx_canvas_init.h
34 
35  Summary:
36  GFX Canvas Virtual Display Component private header file
37 
38  Description:
39  The GFX Canvas provides a virtual display driver interface.
40 
41  Remarks:
42  None
43 *******************************************************************************/
44 
51 #ifndef _GFX_CANVAS_INIT_H /* Guard against multiple inclusion */
52 #define _GFX_CANVAS_INIT_H
53 
54 
55 /* ************************************************************************** */
56 /* ************************************************************************** */
57 /* Section: Included Files */
58 /* ************************************************************************** */
59 /* ************************************************************************** */
60 
61 /* This section lists the other files that are included in this file.
62  */
63 
64 /* TODO: Include other files here if needed. */
65 
66 
67 /* Provide C++ Compatibility */
68 #ifdef __cplusplus
69 extern "C" {
70 #endif
71 
72 
73  /* Provide C++ Compatibility */
74 #ifdef __cplusplus
75 }
76 #endif
77 
78 #endif /* _GFX_CANVAS_INIT_H */
79 
80 /* *****************************************************************************
81  End of File
82  */