Skip to content

Commit da00a48

Browse files
joeybab3zhouyangyale
authored andcommitted
Spelling corrections (#161)
1 parent 317f2a2 commit da00a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Advanced/Display/JpegDraw/JpegDraw.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ void setup(void) {
44

55
M5.begin();
66

7-
//Draw the jpeg file form TF card
7+
//Draw the jpeg file "p2.jpg" from TF(SD) card
88
M5.Lcd.setBrightness(200);
99
M5.Lcd.drawJpgFile(SD, "/p2.jpg");
1010
// M5.Lcd.drawJpgFile(SD, "/p1.jpg", 20, 30, 40, 50);

0 commit comments

Comments
 (0)