-
the seeedstudio XIAO expansion base is a nice carrier board that the QT Py ESP32C3 can be plugged into. it has an 0.96" OLED display.
the Seeedstudio docs don't explicitly say what part the OLED is,…
-
The code runs fine - however adjusting with the provided options for my 0.42" display that's 72x40 I get an error:
```bash
python3 terminal.py --display ssd1306 --width 72 --height 40
# ... defa…
-
I try to use the display with an Arduino Pro Mini (3.3v).
When connecting the display to the regular Wire pins and use the regular Wire, it works fine.
When I replace the Wire with myWire from the…
-
I have come upon a snag I can't seem to solve.
Recently I wanted to make a couple more copies of my Nano as a backup. (I have one backup and it works fine when( I plug it in). I uploaded the un…
-
Hello Everyone !
I just noticed a problem with this library and some libraries for the use of an ssd1306 and I would like to understand where this problem comes from and how it is possible to fix i…
-
I wrote a small app in order to test the range of the TTGO ESP32/SX1278/SSD1306 boards. The transmit side is straightforward and sends packets with the string "Block" followed by a number that increme…
-
Hi Vito,
Thanks for all your good work. I am working on using BPL on an ESP32 to control my pressure fermentation. To avoid having an analog gauge I would like to display the actual pressure in psi o…
-
The comments say: "**Smooth scrolling text library for the SSD1306 display / Arduino.** With this library you can display a horizontal scrolling textline on your SSD1306 display. [...] I've written th…
-
I shot myself a bit in the foot and accidentally bought an OLED with a SH1106 chip instead of a SSD1306 based one.
At least the pin out allows to solder it directly to my T-Beam (any idea where I ca…
-
I'm trying to get the ssd1306 library to work with a 128x64 sh1106 oled screen, but I can't seem to get it to work. I've just got a black screen. Is there something wrong in the way I'm setting it up,…