OMOTE/Platformio/src/gui_appleTV.h
2024-01-22 17:44:23 +01:00

9 lines
183 B
C

#ifndef __GUI_APPLETV_H__
#define __GUI_APPLETV_H__
#include <lvgl.h>
void init_gui_appleTV(lv_obj_t* tabview);
void init_gui_pageIndicator_appleTV();
#endif /*__GUI_APPLETV_H__*/