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

📄 gui_mousenodrop.c

📁 uC/GUI是一个通用的嵌入式应用的图形模块
💻 C
字号:
/*
  C-file generated by Bitmap converter for emWin GSC V2.30b, compiled May  8 2002, 10:05:14

  Copyright (C) 1998-2002
  Segger Microcontroller Systeme GmbH
  www.segger.com

  Solutions for real time microcontroller applications

  Source file: GUI_MouseNoDrop
  Dimensions:  20 * 20
  NumColors:   3
*/

#include <stdlib.h>

#include "GUI.H"

/*   Palette
The following are the entries of the palette table.
Every entry is a 32-bit value (of which 24 bits are actually used)
the lower   8 bits represent the Red component,
the middle  8 bits represent the Green component,
the highest 8 bits (of the 24 bits used) represent the Blue component
as follows:   0xBBGGRR
*/

const GUI_COLOR ColorsGUI_MouseNoDrop[] = {
  0,0xFFFFFF,0x000000
};

const GUI_LOGPALETTE PalGUI_MouseNoDrop = {
  3,	/* number of entries */
  0, 	/* No transparency */
  &ColorsGUI_MouseNoDrop[0]
};

const unsigned char acGUI_MouseNoDrop[] = {
  0x00, 0x01, 0x55, 0x40, 0x00,
  0x00, 0x16, 0xAA, 0x94, 0x00,
  0x00, 0x6A, 0xAA, 0xA9, 0x00,
  0x01, 0xAA, 0x55, 0xAA, 0x40,
  0x06, 0xA5, 0x00, 0x5A, 0x90,
  0x1A, 0xA9, 0x00, 0x06, 0xA4,
  0x1A, 0x6A, 0x40, 0x01, 0xA4,
  0x6A, 0x5A, 0x90, 0x01, 0xA9,
  0x69, 0x06, 0xA4, 0x00, 0x69,
  0x69, 0x01, 0xA9, 0x00, 0x69,
  0x69, 0x00, 0x6A, 0x40, 0x69,
  0x69, 0x00, 0x1A, 0x90, 0x69,
  0x6A, 0x40, 0x06, 0xA5, 0xA9,
  0x1A, 0x40, 0x01, 0xA9, 0xA4,
  0x1A, 0x90, 0x00, 0x6A, 0xA4,
  0x06, 0xA5, 0x00, 0x1A, 0x90,
  0x01, 0xAA, 0x55, 0x6A, 0x40,
  0x00, 0x6A, 0xAA, 0xA9, 0x00,
  0x00, 0x16, 0xAA, 0x94, 0x00,
  0x00, 0x01, 0x55, 0x40, 0x00
};

const GUI_BITMAP GUI_MouseNoDrop = {
 20, /* XSize */
 20, /* YSize */
 5, /* BytesPerLine */
 2, /* BitsPerPixel */
 acGUI_MouseNoDrop,  /* Pointer to picture data (indices) */
 &PalGUI_MouseNoDrop  /* Pointer to palette */
};

/* *** End of file *** */

⌨️ 快捷键说明

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