GUI_MouseArrow.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_MouseArrow
  8.   Dimensions:  11 * 18
  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_MouseArrow[] = {
  22.   0,0x000000,0xFFFFFF
  23. };
  24. const GUI_LOGPALETTE PalGUI_MouseArrow = {
  25.   3, /* number of entries */
  26.   1,  /* Has transparency */
  27.   &ColorsGUI_MouseArrow[0]
  28. };
  29. const unsigned char acGUI_MouseArrow[] = {
  30.   0x50, 0x00, 0x00,
  31.   0x64, 0x00, 0x00,
  32.   0x69, 0x00, 0x00,
  33.   0x6A, 0x40, 0x00,
  34.   0x6A, 0x90, 0x00,
  35.   0x6A, 0xA4, 0x00,
  36.   0x6A, 0xA9, 0x00,
  37.   0x6A, 0xAA, 0x40,
  38.   0x6A, 0xAA, 0x90,
  39.   0x6A, 0xA5, 0x54,
  40.   0x69, 0xA4, 0x00,
  41.   0x64, 0x69, 0x00,
  42.   0x50, 0x69, 0x00,
  43.   0x40, 0x1A, 0x40,
  44.   0x00, 0x1A, 0x40,
  45.   0x00, 0x06, 0x90,
  46.   0x00, 0x06, 0x90,
  47.   0x00, 0x01, 0x40
  48. };
  49. const GUI_BITMAP GUI_MouseArrow = {
  50.  11,                  /* XSize */
  51.  18,                  /* YSize */
  52.  3,                   /* BytesPerLine */
  53.  2,                   /* BitsPerPixel */
  54.  acGUI_MouseArrow,    /* Pointer to picture data (indices) */
  55.  &PalGUI_MouseArrow   /* Pointer to palette */
  56. };
  57. /* *** End of file *** */