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

📄 tidtv_bmpguagebackleft.c

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

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






const unsigned long TiDTV_GuageBackLeft_pBitmap[32] ={


 0xcb6363cb, 0x0afcc2db, 0x6363cb40, 0x46464646, 0xcbcbc246, 0x46464646, 0x63404646, 0x46464646,
 0xcb464646, 0x46464646, 0x8a464646, 0x46464646, 0x1e464646, 0x46464646, 0x30464646, 0x46464646,
 0xc0464646, 0x46464646, 0x52464646, 0x46464646, 0x41464646, 0x46464646, 0x50464646, 0x46464646,
 0x638a4646, 0x46464646, 0x63cb7c46, 0x46464646, 0xcb63cbc2, 0x46464646, 0x63636363, 0x401e3046,

};


const TI_DTV_G_ICON  TiDTV_GuageBackLeft ={
//   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_back_left256_pPalette;       // Pointer to Palette,reserve for furture use 
   (UCHAR*)TiDTV_GuageBackLeft_pBitmap,        // Pointer to bitmap image 

 };

⌨️ 快捷键说明

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