Initial commit

This commit is contained in:
icyqwq
2020-11-12 16:52:21 +08:00
commit cd4b3e21a8
62 changed files with 81865 additions and 0 deletions

19
src/frame/frame.h Normal file
View File

@@ -0,0 +1,19 @@
#ifndef _FRAME_H_
#define _FRAME_H_
#include "frame_main.h"
#include "frame_setting.h"
#include "frame_setting_language.h"
#include "frame_setting_wallpaper.h"
#include "frame_keyboard.h"
#include "frame_factorytest.h"
#include "frame_wifiscan.h"
#include "frame_wifipassword.h"
#include "frame_lifegame.h"
#include "frame_fileindex.h"
#include "frame_txtreader.h"
#include "frame_compare.h"
#include "frame_pictureviewer.h"
#include "frame_home.h"
#endif