From 2277a03b6b14e0f957a21a44758d69d2015699de Mon Sep 17 00:00:00 2001
From: Joshua Saxby <joshua.a.saxby@gmail.com>
Date: Sun, 9 Feb 2020 00:48:12 +0000
Subject: [PATCH] Remove changing of display mode

---
 source/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/main.cpp b/source/main.cpp
index 7a1cff4..26941b5 100755
--- a/source/main.cpp
+++ b/source/main.cpp
@@ -71,7 +71,7 @@ void Game::run() {
     // this->micro_bit.display.scroll("NEW GAME!");
     // init screen display mode, to be sure it is in a known-state
     // 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
     this->micro_bit.messageBus.listen(
         MICROBIT_ID_BUTTON_A,
-- 
GitLab