Skip to content
Snippets Groups Projects
Verified Commit 2277a03b authored by ja3-saxby's avatar ja3-saxby
Browse files

Remove changing of display mode

parent eaf6cfb4
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ void Game::run() { ...@@ -71,7 +71,7 @@ void Game::run() {
// this->micro_bit.display.scroll("NEW GAME!"); // this->micro_bit.display.scroll("NEW GAME!");
// init screen display mode, to be sure it is in a known-state // init screen display mode, to be sure it is in a known-state
// TODO: consider changing to greyscale to allow "mutli-coloured" blocks // TODO: consider changing to greyscale to allow "mutli-coloured" blocks
this->micro_bit.display.setDisplayMode(DISPLAY_MODE_BLACK_AND_WHITE); // this->micro_bit.display.setDisplayMode(DISPLAY_MODE_BLACK_AND_WHITE);
// register event-handlers // register event-handlers
this->micro_bit.messageBus.listen( this->micro_bit.messageBus.listen(
MICROBIT_ID_BUTTON_A, MICROBIT_ID_BUTTON_A,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment