File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1919# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020# THE SOFTWARE.
2121
22+ # This example is for use on (Linux) computers that are using CPython with
23+ # Adafruit Blinka to support CircuitPython libraries. CircuitPython does
24+ # not support PIL/pillow (python imaging library)!
25+
2226import board
2327import busio
2428from digitalio import DigitalInOut , Direction , Pull
Original file line number Diff line number Diff line change 1919# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020# THE SOFTWARE.
2121
22+ # This example is for use on (Linux) computers that are using CPython with
23+ # Adafruit Blinka to support CircuitPython libraries. CircuitPython does
24+ # not support PIL/pillow (python imaging library)!
25+
2226import math
2327import time
2428from board import SCL , SDA
Original file line number Diff line number Diff line change 1919# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020# THE SOFTWARE.
2121
22+ # This example is for use on (Linux) computers that are using CPython with
23+ # Adafruit Blinka to support CircuitPython libraries. CircuitPython does
24+ # not support PIL/pillow (python imaging library)!
25+
2226from board import SCL , SDA
2327import busio
2428from PIL import Image
Original file line number Diff line number Diff line change 1919# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020# THE SOFTWARE.
2121
22+ # This example is for use on (Linux) computers that are using CPython with
23+ # Adafruit Blinka to support CircuitPython libraries. CircuitPython does
24+ # not support PIL/pillow (python imaging library)!
25+
2226from board import SCL , SDA
2327import busio
2428from PIL import Image , ImageDraw , ImageFont
You can’t perform that action at this time.
0 commit comments