-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
8,841 additions
and
11,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,52 @@ | ||
#ifndef _BITMAP_H_ | ||
#define _BITMAP_H_ | ||
|
||
extern const unsigned char Bitmap_xztq[]; | ||
extern const unsigned char Bitmap_qt[]; | ||
extern const unsigned char Bitmap_dy[]; | ||
extern const unsigned char Bitmap_yt[]; | ||
extern const unsigned char Bitmap_zheny[]; | ||
extern const unsigned char Bitmap_lzy[]; | ||
extern const unsigned char Bitmap_lzybbb[]; | ||
extern const unsigned char Bitmap_xy[]; | ||
extern const unsigned char Bitmap_zhongy[]; | ||
extern const unsigned char Bitmap_dayu[]; | ||
extern const unsigned char Bitmap_by[]; | ||
extern const unsigned char Bitmap_dby[]; | ||
extern const unsigned char Bitmap_tdby[]; | ||
extern const unsigned char Bitmap_dongy[]; | ||
extern const unsigned char Bitmap_yjx[]; | ||
extern const unsigned char Bitmap_zhenx[]; | ||
extern const unsigned char Bitmap_xx[]; | ||
extern const unsigned char Bitmap_zhongx[]; | ||
extern const unsigned char Bitmap_dx[]; | ||
extern const unsigned char Bitmap_bx[]; | ||
extern const unsigned char Bitmap_fc[]; | ||
extern const unsigned char Bitmap_ys[]; | ||
extern const unsigned char Bitmap_scb[]; | ||
extern const unsigned char Bitmap_w[]; | ||
extern const unsigned char Bitmap_m[]; | ||
extern const unsigned char Bitmap_f[]; | ||
extern const unsigned char Bitmap_jf[]; | ||
extern const unsigned char Bitmap_ljf[]; | ||
extern const unsigned char Bitmap_wz[]; | ||
extern const unsigned char Bitmap_qt_ws[]; | ||
extern const unsigned char Bitmap_yt_wz[]; | ||
extern const unsigned char Bitmap_dy_wz[]; | ||
extern const unsigned char Bitmap_zy_wz[]; | ||
extern const unsigned char Bitmap_zx_wz[]; | ||
extern const unsigned char Bitmap_weizhi[]; | ||
extern const unsigned char Bitmap_zhuangtai[]; | ||
extern const unsigned char Bitmap_gengxing[]; | ||
extern const unsigned char Bitmap_riqi[]; | ||
extern const unsigned char Bitmap_BAT_LOW[]; | ||
extern const unsigned char Bitmap_humidity[]; | ||
extern const unsigned char Bitmap_fx[]; | ||
extern const unsigned char Bitmap_rdfb[]; | ||
extern const unsigned char Bitmap_yt_ws[]; | ||
extern const unsigned char Bitmap_dy_ws[]; | ||
extern const unsigned char Bitmap_zy_ws[]; | ||
extern const unsigned char Bitmap_zx_ws[]; | ||
#include <avr/pgmspace.h> | ||
|
||
extern const unsigned char Bitmap_xztq[] PROGMEM; | ||
extern const unsigned char Bitmap_qt[] PROGMEM; | ||
extern const unsigned char Bitmap_dy[] PROGMEM; | ||
extern const unsigned char Bitmap_yt[] PROGMEM; | ||
extern const unsigned char Bitmap_zheny[] PROGMEM; | ||
extern const unsigned char Bitmap_lzy[] PROGMEM; | ||
extern const unsigned char Bitmap_lzybbb[] PROGMEM; | ||
extern const unsigned char Bitmap_xy[] PROGMEM; | ||
extern const unsigned char Bitmap_zhongy[] PROGMEM; | ||
extern const unsigned char Bitmap_dayu[] PROGMEM; | ||
extern const unsigned char Bitmap_by[] PROGMEM; | ||
extern const unsigned char Bitmap_dby[] PROGMEM; | ||
extern const unsigned char Bitmap_tdby[] PROGMEM; | ||
extern const unsigned char Bitmap_dongy[] PROGMEM; | ||
extern const unsigned char Bitmap_yjx[] PROGMEM; | ||
extern const unsigned char Bitmap_zhenx[] PROGMEM; | ||
extern const unsigned char Bitmap_xx[] PROGMEM; | ||
extern const unsigned char Bitmap_zhongx[] PROGMEM; | ||
extern const unsigned char Bitmap_dx[] PROGMEM; | ||
extern const unsigned char Bitmap_bx[] PROGMEM; | ||
extern const unsigned char Bitmap_fc[] PROGMEM; | ||
extern const unsigned char Bitmap_ys[] PROGMEM; | ||
extern const unsigned char Bitmap_scb[] PROGMEM; | ||
extern const unsigned char Bitmap_w[] PROGMEM; | ||
extern const unsigned char Bitmap_m[] PROGMEM; | ||
extern const unsigned char Bitmap_f[] PROGMEM; | ||
extern const unsigned char Bitmap_jf[] PROGMEM; | ||
extern const unsigned char Bitmap_ljf[] PROGMEM; | ||
extern const unsigned char Bitmap_wz[] PROGMEM; | ||
extern const unsigned char Bitmap_qt_ws[] PROGMEM; | ||
extern const unsigned char Bitmap_yt_wz[] PROGMEM; | ||
extern const unsigned char Bitmap_dy_wz[] PROGMEM; | ||
extern const unsigned char Bitmap_zy_wz[] PROGMEM; | ||
extern const unsigned char Bitmap_zx_wz[] PROGMEM; | ||
extern const unsigned char Bitmap_weizhi[] PROGMEM; | ||
extern const unsigned char Bitmap_zhuangtai[] PROGMEM; | ||
extern const unsigned char Bitmap_gengxing[] PROGMEM; | ||
extern const unsigned char Bitmap_riqi[] PROGMEM; | ||
extern const unsigned char Bitmap_BAT_LOW[] PROGMEM; | ||
extern const unsigned char Bitmap_humidity[] PROGMEM; | ||
extern const unsigned char Bitmap_fx[] PROGMEM; | ||
extern const unsigned char Bitmap_rdfb[] PROGMEM; | ||
extern const unsigned char Bitmap_yt_ws[] PROGMEM; | ||
extern const unsigned char Bitmap_dy_ws[] PROGMEM; | ||
extern const unsigned char Bitmap_zy_ws[] PROGMEM; | ||
extern const unsigned char Bitmap_zx_ws[] PROGMEM; | ||
#endif |
Oops, something went wrong.