ICON.h 760 B

1234567891011121314151617181920212223
  1. /****************************************Copyright (c)**************************************************
  2. * File Name: ICON.h
  3. * Function Describe: Header file for Lcd.c
  4. * Explain:
  5. * Writer: ShiLiangWen
  6. * Date: 2016-1-8
  7. ********************************************************************************************************/
  8. #ifndef __ICON_H
  9. #define __ICON_H
  10. //-------------------------------------------------------------------------------------------------------
  11. #include "stm32f10x.h"
  12. typedef struct _HEADGRAY
  13. {
  14. unsigned char scan;
  15. unsigned char gray;
  16. unsigned short w;
  17. unsigned short h;
  18. }HEADGRAY;
  19. extern const unsigned char g_cucPalette[];//µ÷É«°å
  20. extern const unsigned char gImage_XinHao[];
  21. #endif