📄 tidtv_bmpguagebackright.c
字号:
//******************************************************************************************//
//******************************************************************************************//
//*** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -