exampls/nxhello: Increase the amount of time that the text is displayed before erasing it

This commit is contained in:
Gregory Nutt 2017-10-15 07:25:35 -06:00
parent f9a9f1410a
commit bfde560c60
2 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,7 @@ int nxhello_main(int argc, char *argv[])
sleep(1);
nxhello_hello(g_nxhello.hbkgd);
sleep(1);
sleep(5);
/* Release background */

View File

@ -335,6 +335,7 @@ int nxtext_main(int argc, char **argv)
{
(void)sem_wait(&g_semevent);
}
printf("nxtext_main: Screen resolution (%d,%d)\n", g_xres, g_yres);
/* Now loop, adding text to the background and periodically presenting