Update GraphicsTest.ino

Typo in comment
This commit is contained in:
Nine Lima 2023-08-31 16:21:00 +08:00 committed by GitHub
parent 6f2d2dbf9a
commit 08627d2e8a
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);
}