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 19
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
20
# THE SOFTWARE.
21
21
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
+
22
26
import board
23
27
import busio
24
28
from digitalio import DigitalInOut , Direction , Pull
Original file line number Diff line number Diff line change 19
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
20
# THE SOFTWARE.
21
21
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
+
22
26
import math
23
27
import time
24
28
from board import SCL , SDA
Original file line number Diff line number Diff line change 19
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
20
# THE SOFTWARE.
21
21
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
+
22
26
from board import SCL , SDA
23
27
import busio
24
28
from PIL import Image
Original file line number Diff line number Diff line change 19
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
20
# THE SOFTWARE.
21
21
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
+
22
26
from board import SCL , SDA
23
27
import busio
24
28
from PIL import Image , ImageDraw , ImageFont
You can’t perform that action at this time.
0 commit comments