Skip to content

Conversation

@takaokouji
Copy link

after

microbit.display(
  ".1.1.",
  "1.1.1",
  "1...1",
  ".1.1.",
  "..1.."
)

before

microbit.display(
  " 1 1 "
  "1 1 1"
  "1   1"
  " 1 1 "
  "  1  "
)

after

microbit.display(
  ".1.1.",
  "1.1.1",
  "1...1",
  ".1.1.",
  "..1.."
)

before

microbit.display(
  " 1 1 "
  "1 1 1"
  "1   1"
  " 1 1 "
  "  1  "
)
@takaokouji takaokouji merged commit 5f9be47 into develop Sep 25, 2019
@takaokouji takaokouji deleted the change_microbit_display branch September 25, 2019 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants