ItsAgi / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Delay time in ST7920 #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in file: u8g_dev_st7920_128x64.c
line 57: U8G_ESC_DLY(100),               /* delay 10 ms */

should this 100 be 10? as in line 50: U8G_ESC_DLY(50),         /* delay 50 ms */

Original issue reported on code.google.com by s...@zhujunsan.net on 8 Nov 2012 at 7:59

GoogleCodeExporter commented 8 years ago
thanks for the input. this should be fixed.

suggested solution: 50ms delay, remove comment

Original comment by olikr...@gmail.com on 8 Nov 2012 at 6:23

GoogleCodeExporter commented 8 years ago
fixed comment

Original comment by olikr...@gmail.com on 7 Dec 2012 at 9:53