bug in ex_8x8_pixels.py sample code

EL Wire/Tape/Panels, LEDs, pixels and strips, LCDs and TFTs, etc products from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
typo
 
Posts: 9
Joined: Sun Apr 06, 2014 5:25 pm

bug in ex_8x8_pixels.py sample code

Post by typo »

You need to add a line in the sample code to update the display after setPixel and before sleep

Code: Select all

      grid.setPixel(x, y)
      grid.writeDisplay()
      time.sleep(0.05)

Locked
Please be positive and constructive with your questions and comments.

Return to “Glowy things (LCD, LED, TFT, EL) purchased at Adafruit”