mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
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:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user