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:
@ -2,6 +2,8 @@
|
||||
|
||||
enum class DisplayMode_ {
|
||||
//% block="black and white"
|
||||
BlackAndWhite = DISPLAY_MODE_BLACK_AND_WHITE,
|
||||
//% blockHidden=true
|
||||
BackAndWhite = DISPLAY_MODE_BLACK_AND_WHITE,
|
||||
//% block="greyscale"
|
||||
Greyscale = DISPLAY_MODE_GREYSCALE,
|
||||
|
Reference in New Issue
Block a user