From cd6b6df8beca2d1c5ca9ac7fc77df331e3d76616 Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Thu, 1 Jun 2017 23:38:44 -0400 Subject: [PATCH] Update stats.py remove rst pin requirement :) --- examples/stats.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/stats.py b/examples/stats.py index 54dea7a..ce1cb63 100644 --- a/examples/stats.py +++ b/examples/stats.py @@ -1,5 +1,5 @@ -# Copyright (c) 2014 Adafruit Industries -# Author: Tony DiCola +# Copyright (c) 2017 Adafruit Industries +# Author: Tony DiCola & James DeVito # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -30,7 +30,7 @@ from PIL import ImageFont import subprocess # Raspberry Pi pin configuration: -RST = 24 +RST = None # on the PiOLED this pin isnt used # Note the following are only used with SPI: DC = 23 SPI_PORT = 0