Skip to content

Commit 5ef2284

Browse files
authored
Merge pull request #143 from ahresse/fix-shebang
examples: add shebang
2 parents 2bf11f2 + 72267be commit 5ef2284

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

examples/noise-amps-at-freqs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import st7735
24
from PIL import Image, ImageDraw
35

examples/noise-profile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import st7735
24
from PIL import Image, ImageDraw
35

examples/sensorcommunity_combined.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import colorsys
24
import logging
35
import time

0 commit comments

Comments
 (0)