Fixed incorrect instruction

sammachin-gprs
adnathanail 2018-09-01 22:33:17 +01:00 committed by GitHub
parent 7bfb7bef22
commit 7a3a8c9868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ colourList = [0xB0171F,0xDC143C,0xFFB6C1,0xFFAEB9,0xEEA2AD,0xCD8C95,0x8B5F65,0xF
n = Neopix()
ugfx.init()
ugfx.clear()
ugfx.text(5, 5, "PRESS B TO PARTY, B TO QUIT", ugfx.BLACK)
ugfx.text(5, 5, "PRESS B TO PARTY, A TO QUIT", ugfx.BLACK)
def ledChange():