ssd1362 for python
Project description
# ssd1362
oled(ssd1363) controller (tested with jetson nano)
This module use linux’s spidev, g4l(gpio), numpy
link : (https://gitlab.com/telelian/peripheral-library/ssd1362.git)
## Usage
### class
Ssd1362(spibus, spidev, io_dc)
parameters
spibus, spidev - spi device info - looks like /dev/spidev{spibus}.{device}
io_dc - data/command select pin number for ssd1362 - check your schematics
### methods
Ssd1362.loadframe(buf)
parameters
buf - load buffer for oled’s pixel - width : 256, height : 64 - list[height][width] - pixel’s gray level : 0 ~ 255 (convert to 16 level in show)
Ssd1362.show(gray_level)
parameters
gray_level - ssd1362’s pixel gray scale - min:0 ~ max:15
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ssd1362-py-0.1.5.tar.gz.
File metadata
- Download URL: ssd1362-py-0.1.5.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bef81dbfb47c5dcb718093535b829ad836ef880c2eb4ba62bcaa41242cb32c9f
|
|
| MD5 |
a0bf113fcf4eb66c4454fedf3756392f
|
|
| BLAKE2b-256 |
3667acd154f743aa52dc54ef9c8e975d8822989b8b90d25c627de88ee52dc6ea
|
File details
Details for the file ssd1362_py-0.1.5-py3-none-any.whl.
File metadata
- Download URL: ssd1362_py-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b1835d6b01ee3d05e6ef87b978f298a6da1aa395d134535feacdfe1a2220968
|
|
| MD5 |
98ac569d19cb8d850d7eade24952852a
|
|
| BLAKE2b-256 |
1c4d07408368d6dbed1794d711c8c7afc037b8d8956692b27bd15c7ed4c73199
|