Skip to content

Commit

Permalink
Fix gaugette.platform import
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker Qyou authored and Joker Qyou committed Dec 12, 2015
1 parent d863f45 commit ba285d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/capswitch_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import gaugette.platform
import gaugette.capswitch
import gaugette.rgbled

Expand Down
1 change: 1 addition & 0 deletions samples/font_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import gaugette.ssd1306
import gaugette.platform
import time

ROWS = 32 # set to 64 for 128x64 display
Expand Down
1 change: 1 addition & 0 deletions samples/rotary_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# 1 1 3 2 1 0
# 0 1 2 3 1 0

import gaugette.platform
import gaugette.rotary_encoder
import gaugette.switch
import math
Expand Down
1 change: 1 addition & 0 deletions samples/ssd1306_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import gaugette.ssd1306
import gaugette.platform
import time

ROWS = 32
Expand Down

0 comments on commit ba285d0

Please sign in to comment.