Files
M5PaperOS/src/frame/frame.h
2020-11-12 16:52:21 +08:00

19 lines
457 B
C

#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