remove hour, add advanced section

This commit is contained in:
Tom Ball
2017-01-31 15:54:23 -08:00
parent 8275fefd08
commit db4711fd26
4 changed files with 98 additions and 157 deletions

View File

@@ -75,6 +75,7 @@ namespace basic {
//% help=basic/clear-screen weight=79
//% blockId=device_clear_display block="clear screen"
//% parts="ledmatrix"
//% advanced=true
void clearScreen() {
uBit.display.image.clear();
}