SSD1306_PLUS
For MicroPython only.
Added draw_sprite function to ssd1306_I2C library
from machine import I2C
i2c = I2C(0,sda=Pin(0), scl=Pin(1), freq=400000)
oled = SSD1306_PLUS(128, 64, i2c)
star = '''
.#.
#.#
.#.
'''
oled.draw_sprite(star, 0, 0, '#', '.')
# Sprite string, (x, y) of top left corner, white-colour character, black-colour character
# Any non-newline character in the sprite that is not either of the colour characters will be ignored (i.e. 'transparent').
Release files for ssd1306-plus 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ssd1306_plus-0.0.5.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ssd1306_plus-0.0.5-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 5.1 kB
Release files / ssd1306_plus-0.0.5.tar.gz
| Download URL | ssd1306_plus-0.0.5.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2dc1403d92f4dea83dc365d246edaeeda0850dc7f43637100d1a64857c656ca
|
|
BLAKE2b-256 checksum How to use checksums |
295eb2f08e01dcb7b7ee747fea76765e186f9b3b137b0e1d4a973f603fe882a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / ssd1306_plus-0.0.5-py2.py3-none-any.whl
| Download URL | ssd1306_plus-0.0.5-py2.py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9ad8742b46750f00b8e919deac4876545abf15dfa48718c4fe32fa8d475e794e
|
|
BLAKE2b-256 checksum How to use checksums |
f7fb8f17dcda4c063718ba458395e638df054819233684d7c5eed67edfae6227
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|