Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemart69/sh1107-micropython
Micropython driver for sh1107-based OLED display (64 x 128)
https://github.com/nemart69/sh1107-micropython
Last synced: about 2 months ago
JSON representation
Micropython driver for sh1107-based OLED display (64 x 128)
- Host: GitHub
- URL: https://github.com/nemart69/sh1107-micropython
- Owner: nemart69
- Created: 2021-02-11T19:19:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T02:42:41.000Z (about 2 years ago)
- Last Synced: 2024-04-22T12:34:41.774Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - sh1107-micropython - MicroPython driver for SH1107-based OLED display (64x128). (Libraries / Display)
README
# sh1107-micropython
Micropython driver for SH1107-based OLED display (64 x 128)Driver with the same API as micropython built-in SSD1306 driver:
* I2C only
* Tested with https://www.aliexpress.com/item/4000464960639.html; both in 128 x 64 and 64 x 128 pixels mode
* Not tested in 128 x 128 pixel mode
* Implements simple optimization to reduce the amount of data sent during show()