Spelling corrections (#161)

This commit is contained in:
Joey Babcock
2019-05-05 18:28:43 -07:00
committed by zhouyangyale
parent 317f2a2f4f
commit da00a486ee
@@ -4,7 +4,7 @@ void setup(void) {
M5.begin();
//Draw the jpeg file form TF card
//Draw the jpeg file "p2.jpg" from TF(SD) card
M5.Lcd.setBrightness(200);
M5.Lcd.drawJpgFile(SD, "/p2.jpg");
// M5.Lcd.drawJpgFile(SD, "/p1.jpg", 20, 30, 40, 50);