ssd1306
Here are 204 public repositories matching this topic...
This awesome library works on TinkerBoard and luma.OLED.
This is the configuration:
- TinkerOS 2.04
- ASUS GPIO API for python libraries (includes a full GPIO RPi library)
- i2c SSD 1306 0.96" OLED diplay
Here is a short video showing the oled in action.
Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(
size_t ssd1306_write8(uint8_t ch)
{
...
else if ( (ssd1306_cursorX > ssd1306_lcd.width - s_fixedFont.h.width) || (ch == '\n') )
Please complete the following information:
- library version: 1.7.21 installed via Arduino IDE
- LCD display type: cheap 1
-
Updated
May 2, 2020 - C
I'm pretty sure it's currently broken. There's a good solution in jamwaffles/embedded-graphics#160 which could also be used here.
(copypasta from jamwaffles/sh1106#12)
Raspberry Pi example
"Sponsorships help your community know how to financially support this repository."
See settings of Github repository.
-
Updated
Jan 1, 2020 - C++
-
Updated
May 12, 2020 - C++
-
Updated
Apr 10, 2020 - Python
-
Updated
Jun 9, 2020 - C++
-
Updated
Mar 30, 2020 - C
-
Updated
Oct 7, 2017 - Python
-
Updated
Dec 9, 2018 - C++
-
Updated
Sep 26, 2019 - C++
-
Updated
Oct 6, 2017 - Arduino
-
Updated
Apr 17, 2020 - Java
-
Updated
May 2, 2019 - C
Improve this page
Add a description, image, and links to the ssd1306 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssd1306 topic, visit your repo's landing page and select "manage topics."


This issue is two part: