Fix Black and White Typo (#2138)

* Fixed typo: Back->Black

* Added Upgrade Rules to fix spelling

* Removed extra isEmpty

* Added previous BackAndWhite to allow for compilation of old scripts
This commit is contained in:
Chase Mortensen
2019-06-07 15:54:58 -07:00
committed by GitHub
parent b68eb5e960
commit 1eec659894
6 changed files with 15 additions and 3 deletions

View File

@ -12,7 +12,7 @@ led.plotBrightness(0, 0, 255)
led.setBrightness(255);
led.stopAnimation();
led.plotBarGraph(0, 0);
led.setDisplayMode(DisplayMode.BackAndWhite);
led.setDisplayMode(DisplayMode.BlackAndWhite);
led.enable(false)
```