1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /***************************************************************/
- /** This file is generated, do not edit
- * @file TV_palette_config.h
- * @brief
- * 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_PALETTE_CONFIG_H__
- #define __TV_PALETTE_CONFIG_H__
- #include "gui_eng/gui_engine.h"
- /* Tool can change these macro to export global varibles arrays */
- #define TV_DEFINE_PALENTRY(BLOCK) \
- BLOCK(TV_IDP_1280x720,const PALENTRY) \
- BLOCK(TV_IDP_Palette_R1,const PALENTRY) \
- BLOCK(TV_IDP_SPV9107_4BPP,const PALENTRY) \
- BLOCK(TV_IDP_SPV9100_MEDIA,const PALENTRY) \
- BLOCK(TV_IDP_pallet_1,const PALENTRY) \
- BLOCK(TV_IDP_bt,const PALENTRY) \
- BLOCK(TV_IDP_joypad_adjust,const PALENTRY) \
- BLOCK(TV_IDP_joystick_icon,const PALENTRY) \
- BLOCK(TV_IDP_keypad,const PALENTRY)
- #define GET_PALENTRY_NAME(name, type) extern type name [];
- TV_DEFINE_PALENTRY(GET_PALENTRY_NAME)
- #endif
|