photobrowser_init.c
来自「C 代码C 代码C 代码C 代码C 代码C 代码C 代码C 代码C 代码C 代码」· C语言 代码 · 共 41 行
C
41 行
//********************************************************************
// Name: app1_init.c
//
// Copyright (C) Sitronix TECHNOLOGY INC.
// All rights reserved by Sitronix TECHNOLOGY INC.
//
// Project: ST3110
// Author: Terry Wu
// Begin Date: 2008/01/01
// Last update: 2008/04/01
// $Header: $
// Description:
// pure code framework --- init.c
//
//
//********************************************************************
#pragma codeseg(APP)
#include "sys.h"
#include "PhotoBrowser.h"
#include "img_position.h"
#include "ST3110_img_define.h"
extern void _photo_browser_init(void);
extern void _photo_browser_thu(void);
//uint8 current_task;
void APP_INIT(void)
{
_photo_browser_init();
_photo_browser_thu();
API_OsSetCurrentTask(TASKID_PHOTOBROEVENT);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?