TV_palette_config.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_palette_config.h
  4. * @brief
  5. * Generator Version 6.3.1.2
  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. #ifndef __TV_PALETTE_CONFIG_H__
  30. #define __TV_PALETTE_CONFIG_H__
  31. #include "gui_eng/gui_engine.h"
  32. /* Tool can change these macro to export global varibles arrays */
  33. #define TV_DEFINE_PALENTRY(BLOCK) \
  34. BLOCK(TV_IDP_1280x720,const PALENTRY) \
  35. BLOCK(TV_IDP_Palette_R1,const PALENTRY) \
  36. BLOCK(TV_IDP_SPV9107_4BPP,const PALENTRY) \
  37. BLOCK(TV_IDP_SPV9100_MEDIA,const PALENTRY) \
  38. BLOCK(TV_IDP_pallet_1,const PALENTRY) \
  39. BLOCK(TV_IDP_bt,const PALENTRY) \
  40. BLOCK(TV_IDP_joypad_adjust,const PALENTRY) \
  41. BLOCK(TV_IDP_joystick_icon,const PALENTRY) \
  42. BLOCK(TV_IDP_keypad,const PALENTRY)
  43. #define GET_PALENTRY_NAME(name, type) extern type name [];
  44. TV_DEFINE_PALENTRY(GET_PALENTRY_NAME)
  45. #endif