OSD rotation option.

This commit is contained in:
sorgelig
2019-10-03 01:37:57 +08:00
parent 08c53f0b68
commit f52d81f7bc
6 changed files with 51 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ const ini_var_t ini_vars[] = {
{ "FB_TERMINAL", (void*)(&(cfg.fb_terminal)), UINT8, 0, 1 },
{ "OSD_TIMEOUT", (void*)(&(cfg.osd_timeout)), INT16, 5, 3600 },
{ "DIRECT_VIDEO", (void*)(&(cfg.direct_video)), UINT8, 0, 1 },
{ "OSD_ROTATE", (void*)(&(cfg.osd_rotate)), UINT8, 0, 2 },
};
// mist ini config