Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdagger/micropython-ssd1309
MicroPython SSD1309 Monochrome OLED Display Driver
https://github.com/rdagger/micropython-ssd1309
Last synced: 3 months ago
JSON representation
MicroPython SSD1309 Monochrome OLED Display Driver
- Host: GitHub
- URL: https://github.com/rdagger/micropython-ssd1309
- Owner: rdagger
- License: mit
- Created: 2020-12-08T23:41:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T17:26:50.000Z (4 months ago)
- Last Synced: 2024-07-10T21:08:56.659Z (4 months ago)
- Language: Python
- Size: 120 KB
- Stars: 28
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-ssd1309 - MicroPython SSD1309 Monochrome OLED Display Driver. (Libraries / Display)
README
# MicroPython SPI & I2C Display Driver for SSD1309 monochrome OLED
The library supports drawing lines, shapes, text, sprites and images. All code is documented and there are demo examples.Sample XGLCD fonts are included in the fonts folder. Additional fonts can generated from TTF fonts using a free utility called MikroElektronika [GLCD Font Creator](https://www.mikroe.com/glcd-font-creator).
There are sample images in monoHMSB format. I’ve included a python app in the utils folder to convert images in common formats such as JPEG and PNG to monoHMSB.
Tutorial on my website [Rototron](https://www.rototron.info/projects/wi-fi-caller-id-blocking/) or click picture below for a YouTube video:
[![SSD1309 Tutorial](https://img.youtube.com/vi/GhXtQNxpKeo/sddefault.jpg)](https://youtu.be/GhXtQNxpKeo)
Here's another [tutorial](https://www.rototron.info/projects/wi-fi-caller-id-blocking/) using this library or click below for YouTube video:
[![SSD1309 Tutorial](https://img.youtube.com/vi/b63ZPafPQVM/sddefault.jpg)](https://youtu.be/b63ZPafPQVM)