Skip to content

Commit b1280c8

Browse files
committed
rename some example file
1 parent d148349 commit b1280c8

File tree

37 files changed

+1
-51
lines changed

37 files changed

+1
-51
lines changed

examples/Basics/FactoryTest/FactoryTest.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ void startupLogo() {
3636

3737
M5.Lcd.fillScreen(BLACK);
3838
delay(800);
39-
for(int i=0; i>=100; i++) {
40-
M5.Lcd.setBrightness(i);
41-
delay(2);
42-
}
4339
}
4440

4541
//TF card test

examples/Fire/M5StackFire_BlackOutHelp/M5StackFire_BlackOutHelp.ino

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)