10 lines
208 B
Python
10 lines
208 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (c) 2016 Richard Hull and contributors
|
|
# See LICENSE.rst for details.
|
|
|
|
"""
|
|
OLED display driver for SSD1306, SSD1325, SSD1331 and SH1106 devices.
|
|
"""
|
|
|
|
__version__ = '1.5.0'
|