Merge branch 'master' of https://github.com/olikraus/u8g2
This commit is contained in:
commit
3977f5fb10
|
@ -574,7 +574,7 @@ void loop(void) {
|
|||
if ( draw_state >= 12*8 )
|
||||
draw_state = 0;
|
||||
|
||||
// deley between each page
|
||||
// delay between each page
|
||||
delay(100);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue