9 lines
196 B
C
9 lines
196 B
C
#ifndef __GUI_SMARTHOME_H__
|
|
#define __GUI_SMARTHOME_H__
|
|
|
|
#include <lvgl.h>
|
|
|
|
const char * const tabName_smarthome = "Smart Home";
|
|
void register_gui_smarthome(void);
|
|
|
|
#endif /*__GUI_SMARTHOME_H__*/
|