From 138b973152595cb303f0b52ed2f55f4b7b8a73ad Mon Sep 17 00:00:00 2001 From: Elmwood Electronics Date: Thu, 24 May 2018 22:54:32 -0400 Subject: [PATCH] Update matrix.py --- examples/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/matrix.py b/examples/matrix.py index 0ee1b9b..297542e 100644 --- a/examples/matrix.py +++ b/examples/matrix.py @@ -20,7 +20,7 @@ # Or this creates a 8x8 matrix: #matrix = matrix.Matrix8x8(i2c) # Or this creates a 8x8 bicolor matrix: -#matrix = matrix.Matrix8x8x2 +#matrix = matrix.Matrix8x8x2(i2c) # Finally you can optionally specify a custom I2C address of the HT16k33 like: #matrix = matrix.Matrix16x8(i2c, address=0x70)