Menu core: improved OSD timeout, hide logo as well, darked the screen after double timeout.

This commit is contained in:
sorgelig
2019-06-04 15:49:06 +08:00
parent 6965cf08a7
commit d78a41aa31
7 changed files with 93 additions and 41 deletions

View File

@@ -53,6 +53,7 @@ const ini_var_t ini_vars[] = {
{ "FONT", (void*)(&(cfg.font)), STRING, 0, sizeof(cfg.font) - 1, 1 },
{ "FB_SIZE", (void*)(&(cfg.fb_size)), UINT8, 1, 4, 1 },
{ "FB_TERMINAL", (void*)(&(cfg.fb_terminal)), UINT8, 0, 1, 1 },
{ "OSD_TIMEOUT", (void*)(&(cfg.osd_timeout)), INT16, 5, 3600, 1 },
};
// mist ini config