eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4dlcd_SSD1289.h
Go to the documentation of this file.
1 /**************************************************************************
2 *
3 * Copyright 2014 by Petr Gargulak. eGUI Community.
4 * Copyright 2009-2013 by Petr Gargulak. Freescale Semiconductor, Inc.
5 *
6 ***************************************************************************
7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU Lesser General Public License Version 3
9 * or later (the "LGPL").
10 *
11 * As a special exception, the copyright holders of the eGUI project give you
12 * permission to link the eGUI sources with independent modules to produce an
13 * executable, regardless of the license terms of these independent modules,
14 * and to copy and distribute the resulting executable under terms of your
15 * choice, provided that you also meet, for each linked independent module,
16 * the terms and conditions of the license of that module.
17 * An independent module is a module which is not derived from or based
18 * on this library.
19 * If you modify the eGUI sources, you may extend this exception
20 * to your version of the eGUI sources, but you are not obligated
21 * to do so. If you do not wish to do so, delete this
22 * exception statement from your version.
23 *
24 * This program is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27 *
28 * You should have received a copy of the GNU General Public License
29 * and the GNU Lesser General Public License along with this program.
30 * If not, see <http://www.gnu.org/licenses/>.
31 *
32 ***************************************************************************/
46 #ifndef __D4DRV_SSD1289_H
47 #define __D4DRV_SSD1289_H
48 
49 #if (D4D_MK_STR(D4D_LLD_LCD) == d4dlcd_ssd1289_ID)
50 
51 //#include "d4dlcd_SSD1289_cfg.h"
52 
53  /******************************************************************************
54  * Includes
55  ******************************************************************************/
56 
57  /******************************************************************************
58  * Constants
59  ******************************************************************************/
60 
61  #define D4DLCD_PIXEL_COUNT (D4D_SCREEN_SIZE_SHORTER_SIDE * D4D_SCREEN_SIZE_LONGER_SIDE)
62 
63  /******************************************************************************
64  * Types
65  ******************************************************************************/
66 
67  /******************************************************************************
68  * Macros
69  ******************************************************************************/
70 
71  /******************************************************************************
72  * Global variables
73  ******************************************************************************/
74 
75  #ifdef D4D_LLD_LCD_HW
77  #endif
78 
79  /******************************************************************************
80  * Global functions
81  ******************************************************************************/
82 
83 #endif
84 #endif /* __D4DRV_SSD1289_H */
85 
86 
87 
88 
89 
90 
91 
92 
93 
94 
D4D low level standard LCD Hardware interface API structure.
Definition: d4d_lldapi.h:163
#define D4D_LLD_LCD_HW
Definition: d4d_types.h:76