Questions tagged [oled]

An OLED (organic light-emitting diode) contains a film of organic material that emits light when current is applied. They may be used to create digital displays that do not require a backlight giving a deeper black level and higher contrast than LCD displays.

117 questions
33
votes
5 answers

How do devices like the Game Boy Advance achieve their frame rate?

I've been designing my own handheld gaming device based around an AVR microcontroller and a small OLED display. I started off with a monochrome display 128x64 pixels and can comfortably draw to it at over 60 frames per second. I recently reworked it…
MalphasWats
  • 596
  • 1
  • 4
  • 15
24
votes
1 answer

Differences between OLED, LED, LCD, and TFT Screens

I have heard about these different types of screens on DIY websites and in consumer electronics. What are the differences in these types of screens and what are their advantages and disadvantages?
Coder404
  • 834
  • 3
  • 12
  • 21
13
votes
2 answers

Why are OLEDs used in screens insted of LEDs?

I was trying to google this question and couldn't find any information. And from reading some info on how they work i didn't find any significant difference asides from OLEDs being made out of organic elements. Also I would like to know if the…
Coder_fox
  • 350
  • 2
  • 13
11
votes
3 answers

Implementing a very high frame rate (~1Khz) OLED display

I'm interested in developing a very high frame rate OLED display capable of displaying ~1000fps with a resolution of around 1200x800 or so. This obviously has some pretty severe bandwidth requirements, and will likely require the use of an FPGA to…
Clifton
  • 111
  • 1
  • 1
  • 4
8
votes
1 answer

How is an LED constructed, is it possible to build my own

I wondering if it would be theoretically possible for me to build my own led or oled. I am aware that this is not very practical, I'm more interested just as an exercise. I understand the basic theory behind leds and the materials necessary, but I'm…
user379468
  • 833
  • 3
  • 20
  • 36
6
votes
4 answers

Which interface is better for my OLED display?

I have a 0.96 inch 128x64 Yellow-Blue OLED display module like this: OLED module and I want to use it for a project. The Driver of it is SSD1306. if you see in the datasheet of SSD1306, you will know that it supports 8-bit 68xx/80xx parallel and…
Roh
  • 4,598
  • 6
  • 41
  • 86
5
votes
1 answer

extremely high frame rate oled

What's the maximum dotclk frequency for a typical OLED display with serial input? I've looked through some driver specs, example: SEPS525 but its not clear to me. I'm looking to update a small resolution RGB oled (64x64) display at several hundred…
rbairos
  • 153
  • 4
5
votes
4 answers

SSD1306 Display SPI Connection or I2C (According to resistors)

I bought one of those cheap 0.96" OLED Displays from china, ebay. In the product description it states that it's a I2C Display, Ebay Link. I want to use it with an ATmega8. I connected it accordingly to the tutorials I found online: Pin1, GND: GND…
Christian
  • 161
  • 1
  • 1
  • 6
4
votes
5 answers

Why is the frequency response of an LED important?

I'm working on visible light communication where I fabricate my own organic LEDs. One of the ways to characterize them is "small signal analysis." I understand we are applying this analysis to see the bandwidth of the OLED, but I do not understand…
4
votes
2 answers

When an LED has a "light degredation" specification, does that means it's an OLED?

I was reading a datasheet for an LED panel, and I saw a spec for "Light Degradation" after 1000 hours. Can I assume this means it's an OLED (Organic LED), and that the organic materials will decay over time, reducing the brightness of the light? I…
The Programmer
  • 143
  • 1
  • 8
4
votes
0 answers

OLED display using dspic33f i2c

I am trying to use OLED display in a dspic33f microchip. I've successfully initialized and sent data using I2C to OLED. I managed to display a small font(8pt) on the OLED. However, when I tried a bigger font, part of the font is being…
Allure
  • 41
  • 1
4
votes
2 answers

How large is "one pixel" for S5 AMOLED display?

Referring to Samsung Galaxy S5 OLED Pixel structure in oled-display.net, in particular this image illustrates the S5 AMOLED pixels: To my understanding, the yellow rectangle should represent "one pixel" as it is the smallest repeating…
midnite
  • 181
  • 1
  • 7
3
votes
2 answers

How is this OLED cable being soldered to PCB?

In this video, from around 4:18 onwards, you see the cable of an OLED display being soldered. How is this soldering happening; i.e., how does the solder "flow" to the PCB pads given that the contacts on the cable present a physical barrier? Also,…
boardbite
  • 4,892
  • 11
  • 47
  • 73
3
votes
2 answers

Applescript to Arduino LCD only works with Serial Monitor

I spent all day trying to figure this out and finally got somewhere that atleast lets me know that I am doing something weird... I am trying to send data to my LCD Screen on my Arduino Uno, but for some reason it only works if serial monitor is open…
3
votes
0 answers

Refresh synchronisation with an SSD1322

Question: Is it possible to determine when the SSD1322 OLED driver module is "between redraws" of the screen? I'm thinking in a similar way to how game consoles/PCs are able to wait until the CRT scanline passes the last line on the screen and…
1
2 3 4 5 6 7 8