CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:33:16 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 965de17eff64c1ce-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=7566a762-37f0-4e24-865b-184afcae3dd7; expires=Mon, 27 Jul 2026 17:33:16 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=7566a762-37f0-4e24-865b-184afcae3dd7; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=_C7Fyls0q_rfv9L67LMs20sZxBkXjYrk86jeMEfutm0-1753637596-1.0.1.1-c4es8td4tqglC3U09pnpTfUvqWcP3STOOOgZu6ZCO5R6Tp.xqLEGvufL9lSG6wvpY8ixTHipzmhY1SZeyE.VVorDLPfjGccmXd7nyIAd3nY; path=/; expires=Sun, 27-Jul-25 18:03:16 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=.9C6n6_lSRK7FheXuSCo2Qy3LqPE952RXgy.epLhBZw-1753637596837-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: ea48a50c-e6cb-49b0-ae35-bd176fa81186
x-worker-origin-response-time: 823000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'ssd1306' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [ssd1306]
The ssd1306 tag has no summary.
27 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
1
answer
291
views
Print text at any Y-value on SSD1306?
I'm attempting to print several rows of text, at certain Y-values, on an SSD1306 128x64 LCD display.
I'm using the ssd1306 library by Alexey Dynda. I initially wanted to use the more common LCD ...
3
votes
1
answer
801
views
Arduino Nano is performing really slowly, even though the calculations are simple and there are no delays
I'm working on a tiny ping-pong game based on Arduino Nano. Its modes are "person vs person" and "person vs computer" (the computer just tries to keep its racket at the same Y ...
2
votes
0
answers
614
views
2
votes
0
answers
1k
views
OLED screen goes blank on delay() - U8G2 library + Arduino Nano [closed]
Description
I'm currently trying to get this SSD1306 0.91" OLED screen with an Arduino Nano with the U8G2 library (as per seller's guide), and in any code I run, as soon as a delay() is executed, ...
2
votes
1
answer
3k
views
Adafruit_SSD1306.cpp fatal error: pgmspace.h: No such file or directory using SSD1306 on Arduino Nano RP2040
I am currently trying to get a SBC-OLED01 display to run under my Arduino Nano RP2040. I use the official example from Adafruit, attached is the code.
/*************************************************...
1
vote
1
answer
2k
views
Help to set vertical scroll on SSD1306
I am trying to set the text to scroll vertically. I have a big chunk of text (example in the code below) to be set to scroll vertically. What I want is to display the complete text on the screen. ...
2
votes
1
answer
3k
views
Can't Turn Off Internal I2C Pull-Ups on ESP32
I've designed a custom ESP32 board around the WROVER-IE module. To keep power low, I'm using a GPIO-controlled high-side FET to turn off unused peripherals when in deep sleep mode.
The issue: I've ...
1
vote
1
answer
1k
views
0
votes
1
answer
266
views
Error Compiling for board Arduino Nano while using Adafruit GFX
Whys is this happening to me??
I have to meet a deadline please help!!
Here is my code.
#include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h&...
1
vote
0
answers
87
views
U8glib+ 7-pin SSD1306 gives moving text without explicitly specifying in code
This is my code.
#include <U8glib.h>
U8GLIB_SSD1306_128X64 u8g(12, 11, 8, 9, 10);
void clear_screen();
const int pageCount = 1;
int p;
void (*pages[pageCount])() = {clear_screen};
int duration [...
1
vote
0
answers
1k
views
Why is my text inverted while using U8glib?
I am displaying text using this code.
#include <U8glib.h>
U8GLIB_SSD1306_128X64 u8g(12, 11, 8, 9, 10);
int Buffer[128];int Buffer2[128];int max=0;
void pageEMG();
void recordEMG();
void ...
-1
votes
1
answer
67
views
SSD1306 unable to display Text and waveform cohesively.Why?
Here is my code I am collecting data using an ECG sensor and trying to enhance the incoming data by stretching it across the x axis. Which results in this.
After this the screen eventually just goes ...
1
vote
2
answers
2k
views
Arduino, problem with interrupt and SSD1306 OLED
I'm not that good at this. Calculates RPM through Peripheral Speed and Interrupt.
Everything works fine when I show this in the IDE with Serial.print without OLED. When I connect an SSD1306 OLED I2C, ...
1
vote
1
answer
530
views
SSD1306 shows static when I try to display an XBM image
This is my circuit.
This is the code.
#include "U8glib.h" // include the universal graphcs library
U8GLIB_SSD1306_128X64 u8g(12, 11, 10, 9, 8); // initialise a u8g display ...
0
votes
1
answer
91
views
File.read() always returns -1
I'm trying to print a txt file from an SD card to a SSD1306 using the u8x8 library.
Here's the current code:
#include <SD.h>
#include <Arduino.h>
#include <U8x8lib.h>
#ifdef ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
oled × 7
u8glib × 6
adafruit × 5
i2c × 4
esp32 × 3
esp8266 × 3
display × 3
arduino-nano × 3
arduino-mega × 2
arduino-uno × 2
stm32 × 1
functions × 1
sd.h × 1
tft × 1
nodemcu × 1
pull-up × 1
wire-library × 1
mpu6050 × 1
spi × 1
sd-card × 1
performance × 1
interrupt × 1
arduino-ide × 1
more related tags
Hot Network Questions
- Why does the Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- Can expanding foam provide interior strength for a large model?
- Existence of Jordan curves between a compact and an open set
- I don't understand Photos Library.photoslibrary
- "I met a monk and philosopher." How many people did I meet?
- Hypothetical copyleft exposure developer on proprietary project, legal?
- Sci-fi book where aliens make contact, ask humans to transport themselves to nearby portal
- Balancing a Holy Water Bomb
- Symbols for A.P. Morse's book in Set Theory
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- How can my dwarves keep humans from reverse engineering their technology?
- Shared-Memory Queue Implementation in C
- Not your ordinary affix riddle
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- Partitioning heaps - Why?
- “Unclear step in a math book for entertainment”
- Did Denmark report that 64% Palestinian refugees from 1992 received serious fines or jail time?
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- Can a minor run a business by having an adult act on their behalf?
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- Meaning of 芭蕉 in Tang age
- Will this work as an XOR gate?