⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tidtv_bmpguagefrontleft.c

📁 ti的数字电视芯片 tvp9000的源码
💻 C
字号:
//******************************************************************************************//
//******************************************************************************************//
//***                      bmp file name: guage_front_left256.bmp                        ***//
//***                        *.h file name: guage_front_left256.h                        ***//
//******************************************************************************************//
//******************************************************************************************//


#include	"TiDTV_DataType.h"
#include	"TiDTV_GLib.h"

const unsigned long TiDTV_GuageFrontLeft_pBitmap[32] ={


 0xcb6363cb, 0xcb241b09, 0x636363d4, 0x090e0e0e, 0x63cb6a5a, 0x5a7f5a5a, 0x63d6fcfc, 0xfcfcfcfc,
 0x63f6f67e, 0xf6f624f6, 0xd6d0d0d0, 0xd0d0d0d0, 0xd80fd82e, 0xd8d8d8d8, 0x7a7a7af5, 0x7a487a7a,
 0x6c6148eb, 0x486c48eb, 0x6c4d4dfa, 0xeefafaee, 0x6c4d2d2d, 0x2d2d2d2d, 0xd9f47070, 0x70707070,
 0x636cf408, 0xf4f4f4f4, 0x63cbe556, 0x56565656, 0x636363fa, 0x567d5656, 0x63636363, 0x29eef47d,
};



const TI_DTV_G_ICON TiDTV_GuageFrontLeft ={
//   8;                                  // Bitmap stride in bytes
   8,                                  // Horizontal size of bitmap in pixels
   16,                                 // Vertical size of bitmap in pixels
   8,                                  // Pixel format of bitmap
	0,// guage_front_left256_pPalette;         // Pointer to Palette,reserve for furture use 
   (UCHAR*)TiDTV_GuageFrontLeft_pBitmap,        // Pointer to bitmap image 

};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -