STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Structures | Macros | Variables
GUIDRV_Template.c File Reference
#include <stddef.h>
#include "LCD_Private.h"
#include "GUI_Private.h"
#include "LCD_ConfDefaults.h"

Go to the source code of this file.

Data Structures

struct  DRIVER_CONTEXT_TEMPLATE
 

Macros

#define LOG2PHYS_X(x, y)   x
 
#define LOG2PHYS_Y(x, y)   y
 
#define xPhys   x
 
#define yPhys   y
 
#define xPhys   x
 
#define yPhys   y
 

Variables

const GUI_DEVICE_API GUIDRV_Template_API
 

Macro Definition Documentation

#define LOG2PHYS_X (   x,
 
)    x
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 73 of file GUIDRV_Template.c.

#define LOG2PHYS_Y (   x,
 
)    y

Definition at line 74 of file GUIDRV_Template.c.

#define xPhys   x
#define xPhys   x
#define yPhys   y
#define yPhys   y

Variable Documentation

const GUI_DEVICE_API GUIDRV_Template_API
Initial value:
= {
_DrawBitmap,
_DrawHLine,
_DrawVLine,
_FillRect,
_GetPixelIndex,
_SetPixelIndex,
_XorPixel,
_SetOrg,
_GetDevFunc,
_GetDevProp,
_GetDevData,
_GetRect,
}
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 808 of file GUIDRV_Template.c.