0.96" OLED Display: Difference between revisions

From Embedded Workshop
Jump to navigation Jump to search
(Created page with "0.96" OLED Display, 128x64 Dot Matrix This display uses the '''SSD1306''' display driver, and may be interfaced via I2C or SPI depending upon the module purchased.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
0.96" OLED Display, 128x64 Dot Matrix
0.96" OLED 128x64 Dot Matrix Display<br>
This display uses the '''SSD1306''' display driver, and may be interfaced via I2C or SPI depending upon the module purchased.
This display has several similar display driver chips for its control.<br>
We'll focus on the '''SSD1306''' display driver, which may be interfaced via I2C or SPI depending upon the module purchased.<br>
The following picture shows a white OLED display with an I2C interface:<br>
[[File:SSD1306_OLED_Display.jpg|200px]]]<br>
The display requires 3.3V to 5V power, with little current.

Latest revision as of 12:24, 21 July 2020

0.96" OLED 128x64 Dot Matrix Display
This display has several similar display driver chips for its control.
We'll focus on the SSD1306 display driver, which may be interfaced via I2C or SPI depending upon the module purchased.
The following picture shows a white OLED display with an I2C interface:
]
The display requires 3.3V to 5V power, with little current.