TV_region.c 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_region.c
  4. * @brief region file
  5. * Generator Version 6.3.1.1
  6. * Source File Name and Date
  7. *
  8. *
  9. * @note Copyright (c) 2016-2018, T1 Technologies Inc., Taiwan Branch.
  10. * All rights reserved.
  11. *
  12. * This software is copyrighted by and is the property of T1 Technologies
  13. * Inc., Taiwan Branch. All rights are reserved by T1 Technologies Inc.,
  14. * Taiwan Branch. This software may only be used in accordance with the
  15. * corresponding license agreement. Any unauthorized use, duplication,
  16. * distribution, or disclosure of this software is expressly forbidden.
  17. *
  18. * This Copyright notice MUST not be removed or modified without prior
  19. * written consent of T1 Technologies Inc., Taiwan Branch.
  20. *
  21. * T1 Technologies Inc., Taiwan Branch. reserves the right to modify this
  22. * software without notice.
  23. *
  24. * T1 Technologies Inc., Taiwan Branch.
  25. * Rm.8, 6F., No.1, Taiyuan 2nd St., Zhubei City, Hsinchu County 302,
  26. * Taiwan, R.O.C.
  27. *
  28. ***************************************************************/
  29. #include "gui_eng/gui_engine.h"
  30. #include "TV_region_config.h"
  31. #include "TV_palette_config.h"
  32. #include "TV_bitmap_config.h"
  33. #if(TV_UI_RES != GUI_ENGINE_VERSION)
  34. #error TV_UI_RES does not match with GUI engine!
  35. #endif
  36. RegionInfo_t TV_region_info[TV_MAX_REGIONS + 1] = {
  37. {1, -1, 1080, 0, 136, 36, PF_ARGB, 32, DEFAULT_TRANSPARENCY, 0, 0, TV_IDP_Palette_R1, TV_bitmap_res, OSD_LAYER1},
  38. {2, -1, 0, 38, 1216, 712, PF_ARGB, 32, DEFAULT_TRANSPARENCY, 0, 0, TV_IDP_Palette_R1, TV_bitmap_res, OSD_LAYER1},
  39. {4, -1, 0, 0, 512, 600, PF_ARGB, 32, DEFAULT_TRANSPARENCY, 0, 0, TV_IDP_SPV9107_4BPP, TV_bitmap_res, OSD_LAYER1},
  40. {REGION_LAST, -1, 0, 0, 0, 0, PF_LUT8, 8, DEFAULT_TRANSPARENCY, 0, 0, NULL, NULL, 0},
  41. };