Update app.js

pull/3479/head
Chriz76 2024-06-29 18:54:42 +02:00 committed by GitHub
parent 55735966c0
commit 283541fa1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ for (i=0;i<10;i++) {
{
width : 98, height : 100, bpp : 3,
transparent: 4,
buffer : require("Storage").read("ashadyclock.".i + ".bin")
buffer : require("Storage").read("ashadyclock." + i + ".bin")
};
images[i] = image;
}