12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_region.c
- * @brief region file
- * Generator Version 6.3.1.1
- * 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.
- *
- ***************************************************************/
- #include "gui_eng/gui_engine.h"
- #include "TV_region_config.h"
- #include "TV_palette_config.h"
- #include "TV_bitmap_config.h"
- #if(TV_UI_RES != GUI_ENGINE_VERSION)
- #error TV_UI_RES does not match with GUI engine!
- #endif
- RegionInfo_t TV_region_info[TV_MAX_REGIONS + 1] = {
- {1, -1, 0, 0, 1320, 750, PF_ARGB, 32, DEFAULT_TRANSPARENCY, 0, 0, TV_IDP_tv256c1, TV_bitmap_res, OSD_LAYER1},
- {REGION_LAST, -1, 0, 0, 0, 0, PF_LUT8, 8, DEFAULT_TRANSPARENCY, 0, 0, NULL, NULL, 0},
- };
|