STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros | Functions
LCDConf_Lin_Template.c File Reference
#include "GUI.h"
#include "GUIDRV_Lin.h"

Go to the source code of this file.

Macros

#define XSIZE_PHYS   320
 
#define YSIZE_PHYS   240
 
#define COLOR_CONVERSION   GUICC_8888
 
#define DISPLAY_DRIVER   GUIDRV_WIN32
 
#define NUM_BUFFERS   1
 
#define NUM_VSCREENS   1
 
#define VRAM_ADDR   0
 

Functions

void LCD_X_Config (void)
 Called during the initialization process in order to set up the display driver configuration. More...
 
int LCD_X_DisplayDriver (unsigned LayerIndex, unsigned Cmd, void *pData)
 This function is called by the display driver for several purposes. To support the according task the routine needs to be adapted to the display controller. Please note that the commands marked with 'optional' are not cogently required and should only be adapted if the display controller supports these features. More...
 

Macro Definition Documentation

#define COLOR_CONVERSION   GUICC_8888

Definition at line 72 of file LCDConf_Lin_Template.c.

#define DISPLAY_DRIVER   GUIDRV_WIN32

Definition at line 77 of file LCDConf_Lin_Template.c.

#define NUM_BUFFERS   1

Definition at line 82 of file LCDConf_Lin_Template.c.

#define NUM_VSCREENS   1

Definition at line 83 of file LCDConf_Lin_Template.c.

#define VRAM_ADDR   0

Definition at line 92 of file LCDConf_Lin_Template.c.

#define XSIZE_PHYS   320
Attention

Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

   http://www.st.com/software_license_agreement_liberty_v2

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 66 of file LCDConf_Lin_Template.c.

#define YSIZE_PHYS   240

Definition at line 67 of file LCDConf_Lin_Template.c.