Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickpmulder/ssd1306big
A font for micropython on 128x64 pixel ssd1306 oled display.
https://github.com/nickpmulder/ssd1306big
Last synced: 24 days ago
JSON representation
A font for micropython on 128x64 pixel ssd1306 oled display.
- Host: GitHub
- URL: https://github.com/nickpmulder/ssd1306big
- Owner: nickpmulder
- Created: 2021-02-08T03:31:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T20:55:13.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T00:07:04.080Z (4 months ago)
- Language: Python
- Size: 3.19 MB
- Stars: 21
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - ssd1306big - A font for MicroPython on 128x64 pixel SSD1306 OLED display. (Libraries / Display)
README
# ssd1603big — i2c oled driver for micropython
A font for micropython on 128x64 pixel ssd1306 oled display.Adapted from ssd1306.py micropython module.
Rasberry Pi Pico default connections: SDA to GP8 and SCL to GP9.
This is a driver for ssd1306 i2c oled displays using micropython. It was written for a Raspberry Pi Pico but should work on any microcontroller running micropython. It was based originally on the ssd1306.py module, but a new, larger font was drawn using framebuffer lines by Nick Mulder. This module is open source, and can be used for free for any purpose.
![example photo A through X](https://github.com/nickpmulder/ssd1306big/blob/main/a-x.jpg)
![example photo Y, Z, numbers and punctuation](https://github.com/nickpmulder/ssd1306big/blob/main/y-.jpg)