mirror of
https://github.com/wahyd4/Adafruit_Python_SSD1306.git
synced 2026-08-09 04:46:43 +10:00
Update stats.py
remove rst pin requirement :)
This commit is contained in:
committed by
GitHub
parent
45074876ee
commit
cd6b6df8be
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user