nyx: Add Nyx Options (Theme, Homescreen, Time)

This commit is contained in:
CTCaer
2020-04-30 14:55:15 +03:00
parent c072041039
commit 39a32fc83d
3 changed files with 467 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include "../libs/lvgl/lvgl.h"
lv_res_t create_win_nyx_options(lv_obj_t *parrent_btn);
void create_tab_options(lv_theme_t *th, lv_obj_t *parent);
#endif