Merge pull request #2253 from ninelima/patch-1

Update GraphicsTest.ino
This commit is contained in:
olikraus 2023-08-31 12:30:11 +02:00 committed by GitHub
commit 605f6c5c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}