This commit is contained in:
wujiahao17 2024-08-20 20:27:25 +08:00
parent b18f064543
commit 2ba68b21fa
3 changed files with 91 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
/*
* wjh_Gallery.h
*
* Created on: 2024Äê7ÔÂ27ÈÕ
* Author: wu
*/
#ifndef APP_MODULE_WJH_GALLERY_H_
#define APP_MODULE_WJH_GALLERY_H_
#include "stdint.h"
#include "gdd.h"
u8 * wjh_Search_ClockBMP(u8 *searchName);
#endif /* APP_MODULE_WJH_GALLERY_H_ */

View File

@ -7,6 +7,9 @@
#include "gdd.h"
#include "gdd_button.h"
#include "wjh_window.h"
#include "wjh_ClockControl.h"
#include "wjh_Clock.h"
// 用于存放按钮hwnd
HWND timeclock[8];
HWND clock_window = NULL;