Merge pull request #64 from adnathanail/patch-1

Fixed incorrect instruction
sammachin-gprs
Marek Ventur 2018-09-02 09:33:27 +01:00 committed by GitHub
commit 95ed1e6be0
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():