tidtv_bmpguagebackright.c
来自「ti的数字电视芯片 tvp9000的源码」· C语言 代码 · 共 30 行
C
30 行
//******************************************************************************************//
//******************************************************************************************//
//*** bmp file name: guage_back_right256.bmp ***//
//*** *.h file name: guage_back_right256.h ***//
//******************************************************************************************//
//******************************************************************************************//
#include "TiDTV_DataType.h"
#include "TiDTV_GLib.h"
const unsigned long TiDTV_GuageBackRight_pBitmap[32] ={
0x7cc2ffd6, 0x635fcb63, 0x46464646, 0xff636363, 0x46464646, 0x46dbcb63, 0x46464646, 0x4646ff63,
0x46464646, 0x464646d6, 0x46464646, 0x464646c2, 0x46464646, 0x464646db, 0x46464646, 0x46464646,
0x46464646, 0x46464646, 0x46464646, 0x46464630, 0x46464646, 0x464646c2, 0x46464646, 0x4646466a,
0x46464646, 0x46461e63, 0x46464646, 0x46c0b163, 0x46464646, 0x3bcbcb63, 0x46301e6a, 0x63636363,
};
const TI_DTV_G_ICON TiDTV_GuageBackRight ={
// 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_right256_pPalette; // Pointer to Palette,reserve for furture use
(UCHAR*)TiDTV_GuageBackRight_pBitmap, // Pointer to bitmap image
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?