mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
Spelling corrections (#161)
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user