/***************************************************************/ /** This file is generated, do not edit * @file TV_region_config.h * @brief region file * Generator Version 6.3.1.2 * Source File Name And Date * * * @note Copyright (c) 2016-2018, T1 Technologies Inc., Taiwan Branch. * All rights reserved. * * This software is copyrighted by and is the property of T1 Technologies * Inc., Taiwan Branch. All rights are reserved by T1 Technologies Inc., * Taiwan Branch. This software may only be used in accordance with the * corresponding license agreement. Any unauthorized use, duplication, * distribution, or disclosure of this software is expressly forbidden. * * This Copyright notice MUST not be removed or modified without prior * written consent of T1 Technologies Inc., Taiwan Branch. * * T1 Technologies Inc., Taiwan Branch. reserves the right to modify this * software without notice. * * T1 Technologies Inc., Taiwan Branch. * Rm.8, 6F., No.1, Taiyuan 2nd St., Zhubei City, Hsinchu County 302, * Taiwan, R.O.C. * ***************************************************************/ #ifndef __TV_REGION_CONFIG_H__ #define __TV_REGION_CONFIG_H__ #include "gui_eng/gui_engine.h" #define TV_UI_RES (0x6020926a) extern RegionInfo_t TV_region_info[]; /* User change these macro to export global varibles arrays */ #define TV_DEFINE_REGIONS(BLOCK) \ BLOCK(TV_region_info, RegionInfo_t) #define GET_NAME(name, type) extern type name []; TV_DEFINE_REGIONS(GET_NAME) #define TV_MAX_REGIONS (1) #define TV_SUPPORT_BACKUP_BUFFER (0) #define TV_MAX_REGION_WIDTH (960) #define TV_MAX_REGION_HEIGHT (540) /* Max Screen Size, namely, the Panel Size */ #define TV_MAX_SCREEN_WIDTH (960) #define TV_MAX_SCREEN_HEIGHT (540) #define DEFINE_OSD_WINDOWS_BUFFER(BLOCK) \ BLOCK(OSD_LAYER1, 0, 0, 0) \ BLOCK(OSD_LAYER2, 0, 0, 0) \ BLOCK(OSD_LAYER3, 0, 0, 0) #endif