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
This commit is contained in:
mzuther
2010-02-15 21:44:43 +00:00
parent 3d85ed2b17
commit 0bffa599cc
+1 -1
View File
@@ -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') {