File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
# SOFTWARE.
22
22
23
- """.. currentmodule:: adafruit_ht16k33"""
23
+ """
24
+ `adafruit_ht16k33.ht16k33`
25
+ ===========================
26
+
27
+ * Authors: Radomir Dopieralski & Tony DiCola for Adafruit Industries
28
+
29
+ """
24
30
25
31
from adafruit_bus_device import i2c_device
26
32
from micropython import const
Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
# SOFTWARE.
22
22
23
- """Matrix Displays
24
- ****************
23
+ """
24
+ Matrix Displays
25
+ ================
25
26
26
- .. currentmodule:: adafruit_ht16k33.matrix """
27
+ """
27
28
28
29
from adafruit_ht16k33 .ht16k33 import HT16K33
29
30
Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
# SOFTWARE.
22
22
23
- """Segment Displays
24
- ****************
25
-
26
- .. currentmodule:: adafruit_ht16k33.segments """
23
+ """
24
+ Segment Displays
25
+ =================
26
+ """
27
27
28
28
from adafruit_ht16k33 .ht16k33 import HT16K33
29
29
30
+ # pylint disable=bad-whitespace
30
31
CHARS = (
31
32
0b00000000 , 0b00000000 , #
32
33
0b01000000 , 0b00000110 , # !
144
145
0x71 , # F
145
146
0x40 , # -
146
147
)
147
-
148
+ # pylint enable=bad-whitespace
148
149
149
150
class Seg14x4 (HT16K33 ):
150
151
"""Alpha-numeric, 14-segment display."""
You can’t perform that action at this time.
0 commit comments