From 0bffa599cc6501471fcf97ea331f6ebd458fdadc Mon Sep 17 00:00:00 2001 From: mzuther Date: Mon, 15 Feb 2010 21:44:43 +0000 Subject: drv_picoLCDGraphic.c: minimum USB read timeout is now 1 ms git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1114 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_picoLCDGraphic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drv_picoLCDGraphic.c b/drv_picoLCDGraphic.c index f136a79..ccac030 100644 --- a/drv_picoLCDGraphic.c +++ b/drv_picoLCDGraphic.c @@ -471,7 +471,7 @@ static int drv_pLG_start(const char *section, const int quiet) /* USB read timeout in ms (the picoLCD 256x64 times out on every read unless a key has been pressed!) */ - cfg_number(section, "Timeout", 5, 0, -1, &read_timeout); + cfg_number(section, "Timeout", 5, 1, 1000, &read_timeout); s = cfg_get(section, "Size", NULL); if (s == NULL || *s == '\0') { -- cgit v1.2.3