GUI_MouseNoDrop.c
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:2k
源码类别:

uCOS

开发平台:

C/C++

  1. /*
  2.   C-file generated by Bitmap converter for emWin GSC V2.30b, compiled May  8 2002, 10:05:14
  3.   Copyright (C) 1998-2002
  4.   Segger Microcontroller Systeme GmbH
  5.   www.segger.com
  6.   Solutions for real time microcontroller applications
  7.   Source file: GUI_MouseNoDrop
  8.   Dimensions:  20 * 20
  9.   NumColors:   3
  10. */
  11. #include <stdlib.h>
  12. #include "GUI.H"
  13. /*   Palette
  14. The following are the entries of the palette table.
  15. Every entry is a 32-bit value (of which 24 bits are actually used)
  16. the lower   8 bits represent the Red component,
  17. the middle  8 bits represent the Green component,
  18. the highest 8 bits (of the 24 bits used) represent the Blue component
  19. as follows:   0xBBGGRR
  20. */
  21. const GUI_COLOR ColorsGUI_MouseNoDrop[] = {
  22.   0,0xFFFFFF,0x000000
  23. };
  24. const GUI_LOGPALETTE PalGUI_MouseNoDrop = {
  25.   3, /* number of entries */
  26.   0,  /* No transparency */
  27.   &ColorsGUI_MouseNoDrop[0]
  28. };
  29. const unsigned char acGUI_MouseNoDrop[] = {
  30.   0x00, 0x01, 0x55, 0x40, 0x00,
  31.   0x00, 0x16, 0xAA, 0x94, 0x00,
  32.   0x00, 0x6A, 0xAA, 0xA9, 0x00,
  33.   0x01, 0xAA, 0x55, 0xAA, 0x40,
  34.   0x06, 0xA5, 0x00, 0x5A, 0x90,
  35.   0x1A, 0xA9, 0x00, 0x06, 0xA4,
  36.   0x1A, 0x6A, 0x40, 0x01, 0xA4,
  37.   0x6A, 0x5A, 0x90, 0x01, 0xA9,
  38.   0x69, 0x06, 0xA4, 0x00, 0x69,
  39.   0x69, 0x01, 0xA9, 0x00, 0x69,
  40.   0x69, 0x00, 0x6A, 0x40, 0x69,
  41.   0x69, 0x00, 0x1A, 0x90, 0x69,
  42.   0x6A, 0x40, 0x06, 0xA5, 0xA9,
  43.   0x1A, 0x40, 0x01, 0xA9, 0xA4,
  44.   0x1A, 0x90, 0x00, 0x6A, 0xA4,
  45.   0x06, 0xA5, 0x00, 0x1A, 0x90,
  46.   0x01, 0xAA, 0x55, 0x6A, 0x40,
  47.   0x00, 0x6A, 0xAA, 0xA9, 0x00,
  48.   0x00, 0x16, 0xAA, 0x94, 0x00,
  49.   0x00, 0x01, 0x55, 0x40, 0x00
  50. };
  51. const GUI_BITMAP GUI_MouseNoDrop = {
  52.  20, /* XSize */
  53.  20, /* YSize */
  54.  5, /* BytesPerLine */
  55.  2, /* BitsPerPixel */
  56.  acGUI_MouseNoDrop,  /* Pointer to picture data (indices) */
  57.  &PalGUI_MouseNoDrop  /* Pointer to palette */
  58. };
  59. /* *** End of file *** */